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.

Author abarry
Recipients abarry, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-06-30.17:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467307595.9.0.252955875696.issue27426@psf.upfronthosting.co.za>
In-reply-to
Content
Specifically, test_strptime fails:

ss.............F.....................E...........
======================================================================
ERROR: test_timezone (__main__.StrptimeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\GitHub\cpython\lib\test\test_strptime.py", line 330, in test_timezone
    strp_output = _strptime._strptime_time(strf_output, "%Z")
  File "E:\GitHub\cpython\lib\_strptime.py", line 559, in _strptime_time
    tt = _strptime(data_string, format)[0]
  File "E:\GitHub\cpython\lib\_strptime.py", line 365, in _strptime
    data_string[found.end():])
ValueError: unconverted data remains:  (heure d?été)

======================================================================
FAIL: test_timezone (__main__.LocaleTime_Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\GitHub\cpython\lib\test\test_strptime.py", line 78, in test_timezone
    (timezone, self.LT_ins.timezone))
AssertionError: False is not true : timezone est (heure d?été) not found in (frozenset({'utc', 'est', 'gmt'}), frozenset({'est (heure d\x92été)'}))

----------------------------------------------------------------------
Ran 49 tests in 0.128s

FAILED (failures=1, errors=1, skipped=2)

Eryk Sun explains the cause in http://bugs.python.org/issue26226#msg269462
History
Date User Action Args
2016-06-30 17:26:35abarrysetrecipients: + abarry, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2016-06-30 17:26:35abarrysetmessageid: <1467307595.9.0.252955875696.issue27426@psf.upfronthosting.co.za>
2016-06-30 17:26:35abarrylinkissue27426 messages
2016-06-30 17:26:35abarrycreate