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 eric.araujo, ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-14.10:44:32
SpamBayes Score 0.00019315502
Marked as misclassified No
Message-id <1287053073.69.0.330892200249.issue9992@psf.upfronthosting.co.za>
In-reply-to
Content
With r85466+r85467, the test_undecodable_env (of test_subprocess) uses C locale to get ASCII locale encoding (for the first test, on unicode environment variables). It should have the same effect than env['PYTHONFSENCODING'] = 'ascii': get ASCII as the filesystem encoding.
History
Date User Action Args
2010-10-14 10:44:33vstinnersetrecipients: + vstinner, lemburg, loewis, ixokai, ronaldoussoren, pitrou, pjenvey, eric.araujo
2010-10-14 10:44:33vstinnersetmessageid: <1287053073.69.0.330892200249.issue9992@psf.upfronthosting.co.za>
2010-10-14 10:44:32vstinnerlinkissue9992 messages
2010-10-14 10:44:32vstinnercreate