This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Sworddragon, r.david.murray, vstinner
Date 2013-11-30.22:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYuJW2S4n5viHMc8wb=5-YhyYWvKAinuQR=_=9_Ca3NEA@mail.gmail.com>
In-reply-to <1385848425.3.0.645501883319.issue19846@psf.upfronthosting.co.za>
Content
"Filesystem encoding" is not a good name. You should read "OS encoding" or
maybe "locale encoding".

This encoding is the best choice for interopability with other (python2 or
non python) programs. If you don't care of interoperabilty, force the
encoding using PYTHONIOENCODING environment variable.
History
Date User Action Args
2013-11-30 22:25:20vstinnersetrecipients: + vstinner, r.david.murray, Sworddragon
2013-11-30 22:25:20vstinnerlinkissue19846 messages
2013-11-30 22:25:20vstinnercreate