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 belopolsky, flox, ronaldoussoren, vstinner
Date 2010-06-10.23:53:02
SpamBayes Score 0.04252935
Marked as misclassified No
Message-id <1276213985.23.0.467416392837.issue8965@psf.upfronthosting.co.za>
In-reply-to
Content
Oooh. That's my fault. I introduced this regression in issue #8610 (commit r81190). Can you try attached patch please?

The file system encoding is hardcoded to 'utf-8' on Mac OS X (it should not depend on the locale).
History
Date User Action Args
2010-06-10 23:53:05vstinnersetrecipients: + vstinner, ronaldoussoren, belopolsky, flox
2010-06-10 23:53:05vstinnersetmessageid: <1276213985.23.0.467416392837.issue8965@psf.upfronthosting.co.za>
2010-06-10 23:53:03vstinnerlinkissue8965 messages
2010-06-10 23:53:03vstinnercreate