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 David.Edelsohn
Recipients David.Edelsohn, vstinner
Date 2013-11-18.04:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384748879.35.0.163907517339.issue19637@psf.upfronthosting.co.za>
In-reply-to
Content
$ LC_ALL=C python -c 'import locale; print(locale.getpreferredencoding(False))'
ISO8859-1

It's possible that some additional locales were not installed by default with the system, e.g., UTF-8.
History
Date User Action Args
2013-11-18 04:27:59David.Edelsohnsetrecipients: + David.Edelsohn, vstinner
2013-11-18 04:27:59David.Edelsohnsetmessageid: <1384748879.35.0.163907517339.issue19637@psf.upfronthosting.co.za>
2013-11-18 04:27:59David.Edelsohnlinkissue19637 messages
2013-11-18 04:27:59David.Edelsohncreate