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.

作者 pitrou
收信人 Arfrever, loewis, pitrou, sdaoden, vstinner
日期 2011-01-27.22:35:50
SpamBayes Score 4.4392268e-13
Marked as misclassified
Message-id <1296167747.3693.6.camel@localhost.localdomain>
In-reply-to <4D41C7F4.7070101@v.loewis.de>
内容
> >> Both cases indicate the users desire to change a specific locale
> >> setting and thus - of course - all the changes which that implies!
> >> So why should there be a difference?
> > 
> > I don't think it's intentional. I would be +1 on changing to getpreferredencoding(False).
> 
> That won't actually work. If you always use the C library's locale
> setting, most scripts will run in the C locale, and fail to read text
> files properly.

Well, is it any different from today? That's an innocent question: I
don't know if there's a difference between "C locale" and "empty
locale".
历史
日期 用户 动作 参数
2011-01-27 22:35:50pitrou修改recipients: + pitrou, loewis, vstinner, Arfrever, sdaoden
2011-01-27 22:35:50pitrou链接issue11022 messages
2011-01-27 22:35:50pitrou创建