Message 174946 - Python tracker
Message174946
| 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:47 | vstinner | set | recipients: + vstinner, chris.jerdonek, serhiy.storchaka |
| 2012-11-05 23:10:47 | vstinner | set | messageid: <1352157047.11.0.327905566463.issue16414@psf.upfronthosting.co.za> |
| 2012-11-05 23:10:47 | vstinner | link | issue16414 messages |
| 2012-11-05 23:10:46 | vstinner | create | |