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, lemburg, loewis, vstinner
Date 2011-12-22.21:57:23
SpamBayes Score 0.012424741
Marked as misclassified No
Message-id <1324591044.08.0.131179777474.issue13619@psf.upfronthosting.co.za>
In-reply-to
Content
+ encoding = locale.getpreferredencoding()

It should be locale.getpreferredencoding(False).
History
Date User Action Args
2011-12-22 21:57:24vstinnersetrecipients: + vstinner, lemburg, loewis, ezio.melotti
2011-12-22 21:57:24vstinnersetmessageid: <1324591044.08.0.131179777474.issue13619@psf.upfronthosting.co.za>
2011-12-22 21:57:23vstinnerlinkissue13619 messages
2011-12-22 21:57:23vstinnercreate