Message 285424 - Python tracker
Message285424
| Author | vstinner |
|---|---|
| Recipients | JGoutin, lemburg, paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2017-01-13.17:14:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484327667.95.0.304109895074.issue29241@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hum, it was long time ago since I worked on Windows. Well, Python has a "mbcs" codec which uses the ANSI code page which exists like "forever". These libraries should be patched to use "mbcs" instead of sys.getfilesystemencoding(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-13 17:14:27 | vstinner | set | recipients: + vstinner, lemburg, paul.moore, tim.golden, zach.ware, steve.dower, JGoutin |
| 2017-01-13 17:14:27 | vstinner | set | messageid: <1484327667.95.0.304109895074.issue29241@psf.upfronthosting.co.za> |
| 2017-01-13 17:14:27 | vstinner | link | issue29241 messages |
| 2017-01-13 17:14:27 | vstinner | create | |