➜

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.

作者 ronaldoussoren
收信人 Dmitry.Jemerov, ronaldoussoren, vstinner
日期 2013-07-06.12:49:45
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1373114985.35.0.260691344536.issue18378@psf.upfronthosting.co.za>
In-reply-to
内容
The UTF-8 value seems suspect to me, but is actually supported by the system, changing it to a nonsense value results in failure in the C function setlocale.

As for the patch: I'd add this workaround only to the OSX platform (that is, test for sys.platform == 'darwin' before checking for UTF-8 as a value).
历史
日期 用户 动作 参数
2013-07-06 12:49:45ronaldoussoren修改recipients: + ronaldoussoren, vstinner, Dmitry.Jemerov
2013-07-06 12:49:45ronaldoussoren修改messageid: <1373114985.35.0.260691344536.issue18378@psf.upfronthosting.co.za>
2013-07-06 12:49:45ronaldoussoren链接issue18378 messages
2013-07-06 12:49:45ronaldoussoren创建