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, ishimoto, loewis, tim.golden, vstinner
Date 2012-07-25.09:19:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYe1CCRE=mDRxxfz1jEqpbP7Z_0v6=9XUfAtUajU-dupA@mail.gmail.com>
In-reply-to <1343205235.75.0.373791519501.issue15441@psf.upfronthosting.co.za>
Content
> Do you think we need a patch to avoid UnicodeDecodeError raised?
> Or should we change test to skip this?

It's a bug, the test should not be skipped. You should get an OSError
because the chdir() failed, not an UnicodeDecodeError.
History
Date User Action Args
2012-07-25 09:19:51vstinnersetrecipients: + vstinner, loewis, ishimoto, tim.golden, ezio.melotti
2012-07-25 09:19:50vstinnerlinkissue15441 messages
2012-07-25 09:19:50vstinnercreate