diff -r 7b81a535ad14 Lib/test/test_http_cookiejar.py --- a/Lib/test/test_http_cookiejar.py Wed Jul 17 13:41:39 2013 +0200 +++ b/Lib/test/test_http_cookiejar.py Wed Jul 17 23:43:46 2013 +0800 @@ -56,6 +56,8 @@ '03-Feb-1994 00:00:00 GMT', # broken rfc850 (no weekday) '03-Feb-1994 00:00 GMT', # broken rfc850 (no weekday, no seconds) '03-Feb-1994 00:00', # broken rfc850 (no weekday, no seconds, no tz) + '02-Feb-1994 24:00', # broken rfc850 (no weekday, no seconds, + # no tz) using hour 24 with yesterday date '03-Feb-94', # old rfc850 HTTP format (no weekday, no time) '03-Feb-1994', # broken rfc850 HTTP format (no weekday, no time)