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 ishimoto
Recipients ezio.melotti, ishimoto, loewis, tim.golden, vstinner
Date 2012-07-26.00:45:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343263551.02.0.60489369697.issue15441@psf.upfronthosting.co.za>
In-reply-to
Content
martin: while os.mkdir(b'\xe7w\xf0') succeeds, but strangely enough, subsequent os.chdir(b'\xe7w\xf0') fails.

This is not a bug in Python, but Windows issue.
History
Date User Action Args
2012-07-26 00:45:51ishimotosetrecipients: + ishimoto, loewis, vstinner, tim.golden, ezio.melotti
2012-07-26 00:45:51ishimotosetmessageid: <1343263551.02.0.60489369697.issue15441@psf.upfronthosting.co.za>
2012-07-26 00:45:50ishimotolinkissue15441 messages
2012-07-26 00:45:50ishimotocreate