Message73680
Hmm... much of the os.path machinery (and os.walk) probably doesn't work
with bytes, and neither do fnmatch.py and glob.py, I expect. Plus
io.open() refuses bytes for the filename, even though _fileio accepts
them. The latter should be fixed regardless, and one of the attachments
here has a fix IIRC.
Gotta run, sorry. |
|
Date |
User |
Action |
Args |
2008-09-24 00:01:31 | gvanrossum | set | recipients:
+ gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, HWJ, dlitz, zegreek |
2008-09-24 00:01:30 | gvanrossum | set | messageid: <1222214490.71.0.948413064737.issue3187@psf.upfronthosting.co.za> |
2008-09-24 00:01:28 | gvanrossum | link | issue3187 messages |
2008-09-24 00:01:27 | gvanrossum | create | |
|