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
收信人 Naman-Bhalla, benjamin.peterson, ezio.melotti, jaysinh.shukla, mrabarnett, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
日期 2018-01-28.14:01:10
SpamBayes Score -1.0
Marked as misclassified
Message-id <1517148070.75.0.467229070634.issue29571@psf.upfronthosting.co.za>
In-reply-to
内容
Hmm, even though we reverted the original test_re based change, and the initial attempted fix for bpo-20087 was also reverted, I'm still not currently seeing the failure for:

    LANG=en_IN.utf8 ./python -m test -v test_re

I do have the locale installed, so it's not a result of falling back to the C locale and that getting coerced to C.UTF-8:

    $ LANG=en_IN.utf8 locale -k currency_symbol
    currency_symbol="₹"

Jaysinh, are you still seeing this test failure on a fresh checkout?
历史
日期 用户 动作 参数
2018-01-28 14:01:10ncoghlan修改recipients: + ncoghlan, paul.moore, vstinner, tim.golden, benjamin.peterson, ezio.melotti, mrabarnett, zach.ware, serhiy.storchaka, steve.dower, jaysinh.shukla, Naman-Bhalla
2018-01-28 14:01:10ncoghlan修改messageid: <1517148070.75.0.467229070634.issue29571@psf.upfronthosting.co.za>
2018-01-28 14:01:10ncoghlan链接issue29571 messages
2018-01-28 14:01:10ncoghlan创建