diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-10 15:08:13 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-10 15:08:13 (GMT) |
commit | 7f5218a07fc154c8c5c518999f41cf5c15e85f52 (patch) | |
tree | 102ba325ecbfe0a57b788afb52660a5957191170 | |
parent | 532d03e5479d1ef94e311e370ff711b7bc2566c8 (diff) | |
parent | 7ac17f85d305dacc75724ecd87d36eba14964402 (diff) | |
download | cpython-7f5218a07fc154c8c5c518999f41cf5c15e85f52.zip cpython-7f5218a07fc154c8c5c518999f41cf5c15e85f52.tar.gz cpython-7f5218a07fc154c8c5c518999f41cf5c15e85f52.tar.bz2 |
#18483: merge with 3.3.
-rw-r--r-- | Lib/test/test_http_cookiejar.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_http_cookiejar.py b/Lib/test/test_http_cookiejar.py index a35ec95..c322937 100644 --- a/Lib/test/test_http_cookiejar.py +++ b/Lib/test/test_http_cookiejar.py @@ -56,6 +56,8 @@ class DateTimeTests(unittest.TestCase): '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) |