Message76901
This may become important when switching to python 3.0...
When passed str(''), FindFirstFileA is called with "*.*".
But when passed unicode(''), FindFirstFileW is called with L"\\*.*" !!!
Attached patch fixes (and tests) the problem. It was developed on 3.0,
but applies on all versions. |
|
Date |
User |
Action |
Args |
2008-12-04 17:30:49 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, rhettinger, jvr, hannukoo |
2008-12-04 17:30:49 | amaury.forgeotdarc | set | messageid: <1228411849.6.0.507624182346.issue818059@psf.upfronthosting.co.za> |
2008-12-04 17:30:48 | amaury.forgeotdarc | link | issue818059 messages |
2008-12-04 17:30:48 | amaury.forgeotdarc | create | |
|