Message174922
+# 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. |
|
| Date |
User |
Action |
Args |
| 2012-11-05 17:23:31 | chris.jerdonek | set | recipients:
+ chris.jerdonek, vstinner, serhiy.storchaka |
| 2012-11-05 17:23:31 | chris.jerdonek | set | messageid: <[email protected]> |
| 2012-11-05 17:23:31 | chris.jerdonek | link | issue16414 messages |
| 2012-11-05 17:23:31 | chris.jerdonek | create | |
|