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.

作者 ncoghlan
收信人 Jan Niklas Hasse, abarry, akira, barry, deleted250130, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, yan12125
日期 2017-01-05.09:26:22
SpamBayes Score -1.0
Marked as misclassified
Message-id <1483608382.57.0.914601332406.issue28180@psf.upfronthosting.co.za>
In-reply-to
内容
Anything purely on the Python side of things doesn't work in a traditional C environment - CPython relies on the C lib to do conversions during startup, so we need the C locale to be set correctly. We can do things differently on Mac OS X and iOS because Apple ensure that *C* behaves differently on Mac OS X and iOS (and apparently Google do something similar for Android, so I'll update the PEP to mention that as well).
历史
日期 用户 动作 参数
2017-01-05 09:26:22ncoghlan修改recipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, deleted250130, yan12125, abarry, Jan Niklas Hasse
2017-01-05 09:26:22ncoghlan修改messageid: <1483608382.57.0.914601332406.issue28180@psf.upfronthosting.co.za>
2017-01-05 09:26:22ncoghlan链接issue28180 messages
2017-01-05 09:26:22ncoghlan创建