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 chris.jerdonek
Recipients chris.jerdonek, serhiy.storchaka, vstinner
Date 2012-11-05.17:23:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352136211.78.0.672990331972.issue16414@psf.upfronthosting.co.za>
In-reply-to
Content
+# NONASCII: non-ASCII character encodable by os.fsencode(),
+# or None if there is no such character.
+NONASCII = None

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)?  I think "ASCII" should be reserved for a generic non-ASCII character.  Moreover, there may be other types of non-ASCII we can add in the future.
History
Date User Action Args
2012-11-05 17:23:31chris.jerdoneksetrecipients: + chris.jerdonek, vstinner, serhiy.storchaka
2012-11-05 17:23:31chris.jerdoneksetmessageid: <1352136211.78.0.672990331972.issue16414@psf.upfronthosting.co.za>
2012-11-05 17:23:31chris.jerdoneklinkissue16414 messages
2012-11-05 17:23:31chris.jerdonekcreate