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 ezio.melotti, flox, ishimoto, loewis, python-dev, tim.golden, vstinner
Date 2012-10-31.22:03:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351721027.73.0.365910349102.issue15441@psf.upfronthosting.co.za>
In-reply-to
Content
> If a file name was invalid byte character,
> os.chdir() raises UnicodeDecodeError() instead of WindowsError.

I believe this case is not handled correctly in Python 3.4 (version under development) thanks to my work on issue #15478.

Thanks for the report Atsuo Ishimoto! Don't hesitate to report other similar issue ;-)
History
Date User Action Args
2012-10-31 22:03:47vstinnersetrecipients: + vstinner, loewis, ishimoto, tim.golden, ezio.melotti, flox, python-dev
2012-10-31 22:03:47vstinnersetmessageid: <1351721027.73.0.365910349102.issue15441@psf.upfronthosting.co.za>
2012-10-31 22:03:47vstinnerlinkissue15441 messages
2012-10-31 22:03:47vstinnercreate