Message 74151 - Python tracker
Message74151
| Author | vstinner |
|---|---|
| Recipients | a.badger, loewis, vstinner |
| Date | 2008-10-02.01:24:10 |
| SpamBayes Score | 3.875285e-08 |
| Marked as misclassified | No |
| Message-id | <1222910651.54.0.992295841.issue4006@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It's not a bug, it's a feature! Python3 rejects invalid byte sequence (according to the "default system encoding") from the command line or environment variables. listdir(str) will also drop invalid filenames. Yes, we need a PEP (a FAQ) about invalid bytes sequences. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-02 01:24:11 | vstinner | set | recipients: + vstinner, loewis, a.badger |
| 2008-10-02 01:24:11 | vstinner | set | messageid: <1222910651.54.0.992295841.issue4006@psf.upfronthosting.co.za> |
| 2008-10-02 01:24:11 | vstinner | link | issue4006 messages |
| 2008-10-02 01:24:10 | vstinner | create | |