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 msmhrt
Recipients amaury.forgeotdarc, belopolsky, msmhrt, serhiy.storchaka, vstinner
Date 2012-10-26.09:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351242511.83.0.597237621613.issue16322@psf.upfronthosting.co.za>
In-reply-to
Content
> And what is the value.of locale.getpreferredencoding(False)?

>>> import locale
>>> locale.getpreferredencoding(False)
'cp932'
>>>
History
Date User Action Args
2012-10-26 09:08:31msmhrtsetrecipients: + msmhrt, amaury.forgeotdarc, belopolsky, vstinner, serhiy.storchaka
2012-10-26 09:08:31msmhrtsetmessageid: <1351242511.83.0.597237621613.issue16322@psf.upfronthosting.co.za>
2012-10-26 09:08:31msmhrtlinkissue16322 messages
2012-10-26 09:08:31msmhrtcreate