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 vstinner
Recipients python-dev, vstinner
Date 2011-11-09.00:20:30
SpamBayes Score 0.0065011433
Marked as misclassified No
Message-id <1320798031.39.0.394830611567.issue13374@psf.upfronthosting.co.za>
In-reply-to
Content
The patch deprecates bytes filenames for the following functions:

nt._getfullpathname
nt._isdir
os.access
os.chdir
os.chmod
os.link
os.listdir
os.lstat
os.mkdir
os.open
os.rename
os.rmdir
os.stat
os.symlink
os.unlink
os.utime

Oh, I forgot a test for os.open(bytes).
History
Date User Action Args
2011-11-09 00:20:31vstinnersetrecipients: + vstinner, python-dev
2011-11-09 00:20:31vstinnersetmessageid: <1320798031.39.0.394830611567.issue13374@psf.upfronthosting.co.za>
2011-11-09 00:20:30vstinnerlinkissue13374 messages
2011-11-09 00:20:30vstinnercreate