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 vstinner
Date 2011-11-09.00:10:03
SpamBayes Score 0.00046787816
Marked as misclassified No
Message-id <1320797406.95.0.49629588961.issue13374@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-09 00:10:08vstinnersetrecipients: + vstinner
2011-11-09 00:10:06vstinnersetmessageid: <1320797406.95.0.49629588961.issue13374@psf.upfronthosting.co.za>
2011-11-09 00:10:06vstinnerlinkissue13374 messages
2011-11-09 00:10:06vstinnercreate