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 lemburg
Recipients Arfrever, lemburg, pitrou, vstinner
Date 2010-08-19.12:22:28
SpamBayes Score 0.0006409401
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
STINNER Victor wrote:
> 
> STINNER Victor <[email protected]> added the comment:
> 
> Oh, I realized that PYTHONFSENCODING is ignored on Windows and Mac OS X. r84201 and r84202 fix test_sys, and r84203 fixes the documentation and Python usage (hide PYTHONFSENCODING variable in Python help on Windows and Mac OS X).

This has to be changed: The env var needs to be respected on all
platforms.
History
Date User Action Args
2010-08-19 12:22:30lemburgsetrecipients: + lemburg, pitrou, vstinner, Arfrever
2010-08-19 12:22:28lemburglinkissue8622 messages
2010-08-19 12:22:28lemburgcreate