Chris Jerdonek added the comment:

+# 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.

----------
nosy: +chris.jerdonek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16414>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to