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 eric.araujo
Recipients alexis, eric.araujo, erik.bray, python-dev, tarek
Date 2011-06-20.19:26:26
SpamBayes Score 0.064431496
Marked as misclassified No
Message-id <1308597987.11.0.0129627856981.issue12240@psf.upfronthosting.co.za>
In-reply-to
Content
The tests were failing on builbots with an ASCII locale.  The config files have to be opened with an explicit encoding='utf-8' argument.  Let’s remember it for the future :)
History
Date User Action Args
2011-06-20 19:26:27eric.araujosetrecipients: + eric.araujo, tarek, alexis, python-dev, erik.bray
2011-06-20 19:26:27eric.araujosetmessageid: <1308597987.11.0.0129627856981.issue12240@psf.upfronthosting.co.za>
2011-06-20 19:26:26eric.araujolinkissue12240 messages
2011-06-20 19:26:26eric.araujocreate