This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, gvanrossum, pitrou, vstinner, zegreek
Date 2008-09-24.00:01:27
SpamBayes Score 0.016219435
Marked as misclassified No
Message-id <1222214490.71.0.948413064737.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-24 00:01:31gvanrossumsetrecipients: + gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, HWJ, dlitz, zegreek
2008-09-24 00:01:30gvanrossumsetmessageid: <1222214490.71.0.948413064737.issue3187@psf.upfronthosting.co.za>
2008-09-24 00:01:28gvanrossumlinkissue3187 messages
2008-09-24 00:01:27gvanrossumcreate