➜

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.

作者 chris.jerdonek
收信人 asvetlov, benjamin.peterson, chris.jerdonek, docs@python, hynek, pitrou, stutzbach, vstinner
日期 2012-08-09.15:32:20
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1344526343.04.0.144376466148.issue15561@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-08-09 15:32:23chris.jerdonek修改recipients: + chris.jerdonek, pitrou, vstinner, benjamin.peterson, stutzbach, asvetlov, docs@python, hynek
2012-08-09 15:32:23chris.jerdonek修改messageid: <1344526343.04.0.144376466148.issue15561@psf.upfronthosting.co.za>
2012-08-09 15:32:21chris.jerdonek链接issue15561 messages
2012-08-09 15:32:20chris.jerdonek创建