pathmann / pyTSon

pyTSon is a plugin for the TeamSpeak 3 client, it offers a python interface for the plugin sdk
https://pytson.4qt.de
GNU General Public License v3.0
79 stars 12 forks source link

Minor Bugs/Documentation typos #91

Closed Bluscream closed 6 years ago

Bluscream commented 6 years ago
Bluscream commented 6 years ago

How would one read the locales from the Generator[str] object? Is it iterable?

pathmann commented 6 years ago

https://wiki.python.org/moin/Generators

Bluscream commented 6 years ago

From the stuff that i think i've understood in that article it looks like i can iterate over it but it's just not creating a list for all locales if not needed, right?

pathmann commented 6 years ago

In short, yes.

Bluscream commented 6 years ago