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 serhiy.storchaka
Recipients belopolsky, berker.peksag, mibanescu, serhiy.storchaka
Date 2014-01-30.20:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391115341.1.0.276130555217.issue6478@psf.upfronthosting.co.za>
In-reply-to
Content
May be System Z Linux buildbot fails due to this bug (http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/1154/steps/test/logs/stdio):

======================================================================
ERROR: test_strptime (test.datetimetester.TestDateTime_Pure)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/datetimetester.py", line 1879, in test_strptime
    dt = strptime(dtstr, "%z %Z")
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/datetime.py", line 1593, in strptime
    return _strptime._strptime_datetime(cls, date_string, format)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/_strptime.py", line 500, in _strptime_datetime
    tt, fraction = _strptime(data_string, format)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/_strptime.py", line 337, in _strptime
    (data_string, format))
ValueError: time data '-0500 EST' does not match format '%z %Z'

----------------------------------------------------------------------
History
Date User Action Args
2014-01-30 20:55:41serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, mibanescu, berker.peksag
2014-01-30 20:55:41serhiy.storchakasetmessageid: <1391115341.1.0.276130555217.issue6478@psf.upfronthosting.co.za>
2014-01-30 20:55:41serhiy.storchakalinkissue6478 messages
2014-01-30 20:55:40serhiy.storchakacreate