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 chris.jerdonek
Recipients asvetlov, benjamin.peterson, chris.jerdonek, docs@python, hynek, pitrou, stutzbach, vstinner
Date 2012-08-09.15:32:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344526343.04.0.144376466148.issue15561@psf.upfronthosting.co.za>
In-reply-to
Content
In the process of working on issue 15595, I noticed that the documentation change will need to be slightly different for Python 3.2 than for 3.3.  In 3.2, it is locale.getpreferredencoding() (which defaults to do_setlocale=True) instead of locale.getpreferredencoding(False).

I will provide a patch adjusted for 3.2.
History
Date User Action Args
2012-08-09 15:32:23chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, vstinner, benjamin.peterson, stutzbach, asvetlov, docs@python, hynek
2012-08-09 15:32:23chris.jerdoneksetmessageid: <1344526343.04.0.144376466148.issue15561@psf.upfronthosting.co.za>
2012-08-09 15:32:21chris.jerdoneklinkissue15561 messages
2012-08-09 15:32:20chris.jerdonekcreate