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.

作者 Dmitry.Jemerov
收信人 Dmitry.Jemerov, ronaldoussoren, vstinner
日期 2013-07-06.14:34:15
SpamBayes Score -1.0
Marked as misclassified
Message-id <1373121255.92.0.20184557534.issue18378@psf.upfronthosting.co.za>
In-reply-to
内容
Why exactly does this matter? UTF-8 not being a valid LC_CTYPE value simply means that no one running Linux will ever have LC_CTYPE set to UTF-8, and the branch will never be hit. 

OTOH, adding the check will make the code harder to test and simply larger (no code is always better than any non-zero amount of code).
历史
日期 用户 动作 参数
2013-07-06 14:34:15Dmitry.Jemerov修改recipients: + Dmitry.Jemerov, ronaldoussoren, vstinner
2013-07-06 14:34:15Dmitry.Jemerov修改messageid: <1373121255.92.0.20184557534.issue18378@psf.upfronthosting.co.za>
2013-07-06 14:34:15Dmitry.Jemerov链接issue18378 messages
2013-07-06 14:34:15Dmitry.Jemerov创建