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
收信人 vstinner
日期 2011-11-09.00:10:03
SpamBayes Score 0.00046787816
Marked as misclassified
Message-id <1320797406.95.0.49629588961.issue13374@psf.upfronthosting.co.za>
In-reply-to
内容
Attached patch deprecates the Windows ANSI API (bytes API) in the nt module. Use Unicode filenames instead of bytes filenames to not depend on the ANSI code page anymore and to support any Unicode filename.

The patch changes also os.link(), os.rename() and os.symlink() to not accept two filenames of different types: require two Unicode filenames or two bytes filenames. It is an expected change, it did it to simplify the source code. I change it if necessary.
历史
日期 用户 动作 参数
2011-11-09 00:10:08vstinner修改recipients: + vstinner
2011-11-09 00:10:06vstinner修改messageid: <1320797406.95.0.49629588961.issue13374@psf.upfronthosting.co.za>
2011-11-09 00:10:06vstinner链接issue13374 messages
2011-11-09 00:10:06vstinner创建