Message82152
| Author | ocean-city |
|---|---|
| Recipients | miwa, ocean-city |
| Date | 2009-02-15.13:54:17 |
| SpamBayes Score | 0.00095244095 |
| Marked as misclassified | No |
| Message-id | <1234706059.63.0.780174750441.issue5273@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Quick observation. This bug was introduces in r68363. import.c(994) newname = PyUnicode_FromString(pathname); pathname is mbcs on windows, but PyUnicode_FromString assumes it as UTF8. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-15 13:54:19 | ocean-city | set | recipients: + ocean-city, miwa |
| 2009-02-15 13:54:19 | ocean-city | set | messageid: <1234706059.63.0.780174750441.issue5273@psf.upfronthosting.co.za> |
| 2009-02-15 13:54:17 | ocean-city | link | issue5273 messages |
| 2009-02-15 13:54:17 | ocean-city | create | |