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 pitrou
Recipients belopolsky, orsenthil, pitrou
Date 2010-06-10.19:07:17
SpamBayes Score 7.052082e-05
Marked as misclassified No
Message-id <1276196839.19.0.231590602267.issue8963@psf.upfronthosting.co.za>
In-reply-to
Content
This test failure just happened to me on a py3k checkout:

test test_urllibnet failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/debug/Lib/test/test_urllibnet.py", line 191, in test_data_header
    time.strptime(datevalue, dateformat)
  File "/home/antoine/py3k/debug/Lib/_strptime.py", line 461, in _strptime_time
    return _strptime(data_string, format)[0]
  File "/home/antoine/py3k/debug/Lib/_strptime.py", line 332, in _strptime
    (data_string, format))
ValueError: time data 'Thu, 10 Jun 2010 19:03:39 GMT' does not match format '%a, %d %b %Y %H:%M:%S GMT'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/antoine/py3k/debug/Lib/test/test_urllibnet.py", line 193, in test_data_header
    self.fail('Date value not in %r format', dateformat)
TypeError: fail() takes at most 2 arguments (3 given)
History
Date User Action Args
2010-06-10 19:07:19pitrousetrecipients: + pitrou, belopolsky, orsenthil
2010-06-10 19:07:19pitrousetmessageid: <1276196839.19.0.231590602267.issue8963@psf.upfronthosting.co.za>
2010-06-10 19:07:17pitroulinkissue8963 messages
2010-06-10 19:07:17pitroucreate