Message113261
| Author | vstinner |
|---|---|
| Recipients | Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, pitrou, vstinner |
| Date | 2010-08-08.13:29:04 |
| SpamBayes Score | 0.010552085 |
| Marked as misclassified | No |
| Message-id | <1281274146.99.0.511029286925.issue9425@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
nullimporter_unicode.patch: patch NullImporter_init(): - use GetFileAttributesW() instead of GetFileAttributesA() for the Windows version to be fully Unicode compliant - use "O&" format with PyUnicode_FSConverter instead of "es" with Py_FileSystemDefaultEncoding to accept also bytes filenames and support str with surrogates (PEP 383) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-08-08 13:29:07 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc, pitrou, ezio.melotti, eric.araujo, Arfrever |
| 2010-08-08 13:29:06 | vstinner | set | messageid: <1281274146.99.0.511029286925.issue9425@psf.upfronthosting.co.za> |
| 2010-08-08 13:29:05 | vstinner | link | issue9425 messages |
| 2010-08-08 13:29:05 | vstinner | create | |