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.

作者 r.david.murray
收信人 ezio.melotti, georg.brandl, loewis, ned.deily, r.david.murray
日期 2009-06-08.16:01:04
SpamBayes Score 2.3019057e-07
Marked as misclassified
Message-id <1244476866.42.0.0352807952776.issue6203@psf.upfronthosting.co.za>
In-reply-to
内容
This is definately a bug in 3.1, for the same reason that a C program
uses the C locale until an explicit setlocale is done: otherwise, a
non-locale-aware program can run into bugs resulting from locale issues
when run under a different locale than that of the program author.

I have a memory of this being reported before somewhere and someone
tracking it down to a change in python initialization, but I can't find
a bug report and my google-foo is failing me.
历史
日期 用户 动作 参数
2009-06-08 16:01:06r.david.murray修改recipients: + r.david.murray, loewis, georg.brandl, ned.deily, ezio.melotti
2009-06-08 16:01:06r.david.murray修改messageid: <1244476866.42.0.0352807952776.issue6203@psf.upfronthosting.co.za>
2009-06-08 16:01:05r.david.murray链接issue6203 messages
2009-06-08 16:01:04r.david.murray创建