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.

作者 vstinner
收信人 python-dev, vstinner
日期 2011-11-09.00:20:30
SpamBayes Score 0.0065011433
Marked as misclassified
Message-id <1320798031.39.0.394830611567.issue13374@psf.upfronthosting.co.za>
In-reply-to
内容
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).
历史
日期 用户 动作 参数
2011-11-09 00:20:31vstinner修改recipients: + vstinner, python-dev
2011-11-09 00:20:31vstinner修改messageid: <1320798031.39.0.394830611567.issue13374@psf.upfronthosting.co.za>
2011-11-09 00:20:30vstinner链接issue13374 messages
2011-11-09 00:20:30vstinner创建