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 chris.jerdonek, serhiy.storchaka, vstinner
Date 2012-11-05.23:10:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352157047.11.0.327905566463.issue16414@psf.upfronthosting.co.za>
In-reply-to
Content
> I think you should ensure that os.fsdecode(os.fsencode(character)) == character.

Chosen characters respect this property, but it doesn't hurt to add such check.

> Can you use a name that reflects that this is a specific type
> of non-ASCII character having a special property (e.g. FS_NONASCII)?

Done.
History
Date User Action Args
2012-11-05 23:10:47vstinnersetrecipients: + vstinner, chris.jerdonek, serhiy.storchaka
2012-11-05 23:10:47vstinnersetmessageid: <1352157047.11.0.327905566463.issue16414@psf.upfronthosting.co.za>
2012-11-05 23:10:47vstinnerlinkissue16414 messages
2012-11-05 23:10:46vstinnercreate