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 mark.dickinson
Recipients abrown, belopolsky, brett.cannon, dmhouse, dudologist, eka, eric.araujo, mark.dickinson
Date 2010-06-17.16:44:55
SpamBayes Score 0.0016928128
Marked as misclassified No
Message-id <1276793097.76.0.46494914946.issue6641@psf.upfronthosting.co.za>
In-reply-to
Content
In test_datetime:


======================================================================
ERROR: test_strptime (__main__.TestDateTime)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_datetime.py", line 1741, in test_strptime
    dt = strptime("-0500 EST", "%z %Z")
  File "/Users/dickinsm/python/svn/py3k/Lib/_strptime.py", line 483, in _strptime_datetime
    tt, fraction = _strptime(data_string, format)
  File "/Users/dickinsm/python/svn/py3k/Lib/_strptime.py", line 336, in _strptime
    (data_string, format))
ValueError: time data '-0500 EST' does not match format '%z %Z'

======================================================================
ERROR: test_strptime (__main__.TestDateTimeTZ)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_datetime.py", line 1741, in test_strptime
    dt = strptime("-0500 EST", "%z %Z")
  File "/Users/dickinsm/python/svn/py3k/Lib/_strptime.py", line 483, in _strptime_datetime
    tt, fraction = _strptime(data_string, format)
  File "/Users/dickinsm/python/svn/py3k/Lib/_strptime.py", line 336, in _strptime
    (data_string, format))
ValueError: time data '-0500 EST' does not match format '%z %Z'
History
Date User Action Args
2010-06-17 16:44:57mark.dickinsonsetrecipients: + mark.dickinson, brett.cannon, belopolsky, eric.araujo, eka, dmhouse, abrown, dudologist
2010-06-17 16:44:57mark.dickinsonsetmessageid: <1276793097.76.0.46494914946.issue6641@psf.upfronthosting.co.za>
2010-06-17 16:44:56mark.dickinsonlinkissue6641 messages
2010-06-17 16:44:55mark.dickinsoncreate