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.

作者 vstinner
收信人 eryksun, ezio.melotti, methane, vstinner, yan12125
日期 2018-01-15.09:38:40
SpamBayes Score -1.0
Marked as misclassified
Message-id <1516009121.05.0.467229070634.issue29240@psf.upfronthosting.co.za>
In-reply-to
内容
Attached test_all_locales.py is a test suite for locale functions: os.strerror(), locale.localeconv(), time.strftime(). I tested it on Linux Fedora 27, FreeBSD 11.0 and macOS 10.13.2.

The test should always pass on Python 2.7. On Python 3.6 and the master branch with PR 5170, 2 tests on numeric localeconv() fail because Python uses the wrong encoding: see bpo-31900. master with PR 5170 now has less encoding bugs than Python 3.6.
历史
日期 用户 动作 参数
2018-01-15 09:38:41vstinner修改recipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2018-01-15 09:38:41vstinner修改messageid: <1516009121.05.0.467229070634.issue29240@psf.upfronthosting.co.za>
2018-01-15 09:38:41vstinner链接issue29240 messages
2018-01-15 09:38:40vstinner创建