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.

作者 schwab
收信人 Guillaume Pasquet (Etenil), cstratak, lemburg, loewis, schwab, serhiy.storchaka
日期 2017-09-30.19:24:02
SpamBayes Score -1.0
Marked as misclassified
Message-id <1506799442.4.0.213398074469.issue28604@psf.upfronthosting.co.za>
In-reply-to
内容
This causes test_float.py to fail with glibc > 2.26.

ERROR: test_float_with_comma (__main__.GeneralFloatCases)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/abuild/rpmbuild/BUILD/Python-3.6.2/Lib/test/support/__init__.py", line 1590, in inner
    return func(*args, **kwds)
  File "Lib/test/test_float.py", line 150, in test_float_with_comma
    if not locale.localeconv()['decimal_point'] == ',':
  File "/home/abuild/rpmbuild/BUILD/Python-3.6.2/Lib/locale.py", line 110, in localeconv
    d = _localeconv()
UnicodeDecodeError: 'locale' codec can't decode byte 0xa0 in position 0: Invalid or incomplete multibyte or wide character

----------------------------------------------------------------------
历史
日期 用户 动作 参数
2017-09-30 19:24:02schwab修改recipients: + schwab, lemburg, loewis, serhiy.storchaka, cstratak, Guillaume Pasquet (Etenil)
2017-09-30 19:24:02schwab修改messageid: <1506799442.4.0.213398074469.issue28604@psf.upfronthosting.co.za>
2017-09-30 19:24:02schwab链接issue28604 messages
2017-09-30 19:24:02schwab创建