Message107470
| 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:19 | pitrou | set | recipients:
+ pitrou, belopolsky, orsenthil |
| 2010年06月10日 19:07:19 | pitrou | set | messageid: <1276196839.19.0.231590602267.issue8963@psf.upfronthosting.co.za> |
| 2010年06月10日 19:07:17 | pitrou | link | issue8963 messages |
| 2010年06月10日 19:07:17 | pitrou | create |
|