[Python-Dev] Add transform() and untranform() methods
Serhiy Storchaka
storchaka at gmail.com
Fri Nov 15 11:10:41 CET 2013
15.11.13 12:02, Steven D'Aprano написав(ла):
> It would be really good to be able to query the available codecs. For
> example, many applications offer an "Encoding" menu, where you can
> specify the codec used for text. That's hard in Python, since you
> can't retrieve a list of known codecs.
And you can't determine which codec is binary<->text encoding.
More information about the Python-Dev
mailing list