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 pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-09-24.22:08:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380060510.78.0.921088135127.issue19058@psf.upfronthosting.co.za>
In-reply-to
Content
Shouldn't FS_NONASCII be None with ASCII locale encoding?

See the description of the variable in test.support:

# FS_NONASCII: non-ASCII character encodable by os.fsencode(),
# or None if there is no such character.

The file system encoding an the locale encoding can be different... especially when PYTHONIOENCODING is used.

The test should not use FS_NONASCII.
History
Date User Action Args
2013-09-24 22:08:30vstinnersetrecipients: + vstinner, pitrou, r.david.murray, serhiy.storchaka
2013-09-24 22:08:30vstinnersetmessageid: <1380060510.78.0.921088135127.issue19058@psf.upfronthosting.co.za>
2013-09-24 22:08:30vstinnerlinkissue19058 messages
2013-09-24 22:08:30vstinnercreate