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 Arfrever, lemburg, pitrou, vstinner
Date 2010-08-20.08:34:34
SpamBayes Score 6.7151575e-07
Marked as misclassified No
Message-id <201008201034.25606.victor.stinner@haypocalc.com>
In-reply-to <4C6D96D1.6040107@egenix.com>
Content
Le jeudi 19 août 2010 22:40:53, vous avez écrit :
> Just please make sure that on other platforms such as BSD, Solaris,
> AIX, etc. that don't have this special Python support
> the env vars are honored.

I added much more tests on the filesystem encoding:
 - (test_os) FSEncodingTests.test_encodings() tests different encoding values 
and check for some known values
 - (test_sys) SysModuleTest.test_pythonfsencoding() tests Python with C locale 
and check that the FS encoding is ascii, and test that setting 
PYTHONFSENCODING is understood by Python (run python with "import sys; 
print(sys.getfilesystemencoding())" and compare the output)

These tests are skipped on Windows and Mac OS X. I also patched the doc 
(what's new / cmdline) to explain that PYTHONFSENCODING is not available 
(ignored) on these OSes.
History
Date User Action Args
2010-08-20 08:34:38vstinnersetrecipients: + vstinner, lemburg, pitrou, Arfrever
2010-08-20 08:34:36vstinnerlinkissue8622 messages
2010-08-20 08:34:34vstinnercreate