Message74151
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. |
|
| 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: <[email protected]> |
| 2008-10-02 01:24:11 | vstinner | link | issue4006 messages |
| 2008-10-02 01:24:10 | vstinner | create | |
|