Message177503
I'm a little confused. FindFirstFile is an ANSI API, so we get a narrow string back. We call PyBytes_FromString(), which expects a narrow string and returns a bytes object. Who's trying (and failing) to encode the filename? |
|
| Date |
User |
Action |
Args |
| 2012-12-14 20:14:54 | larry | set | recipients:
+ larry, loewis, amaury.forgeotdarc, vstinner, techtonik, jkloth, ezio.melotti, eric.araujo, r.david.murray, serhiy.storchaka |
| 2012-12-14 20:14:54 | larry | set | messageid: <[email protected]> |
| 2012-12-14 20:14:54 | larry | link | issue16656 messages |
| 2012-12-14 20:14:54 | larry | create | |
|