Message 113915 - Python tracker
Message113915
| Author | vstinner |
|---|---|
| Recipients | Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, pitrou, vstinner |
| Date | 2010-08-14.17:13:39 |
| SpamBayes Score | 1.2011446e-05 |
| Marked as misclassified | No |
| Message-id | <1281806023.54.0.814011620165.issue9425@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
zipimport_read_directory.patch: patch for read_directory() function of the zipimport module to support unencodable filenames. This patch requires #9599 (PySys_FormatStderr). The patch changes the encoding of the name: decode name byte string using the file system encoding (and the PEP 383 on POSIX) instead of the utf-8 in strict mode. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-08-14 17:13:44 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc, pitrou, ezio.melotti, eric.araujo, Arfrever |
| 2010-08-14 17:13:43 | vstinner | set | messageid: <1281806023.54.0.814011620165.issue9425@psf.upfronthosting.co.za> |
| 2010-08-14 17:13:42 | vstinner | link | issue9425 messages |
| 2010-08-14 17:13:41 | vstinner | create | |