[Python-checkins] cpython (merge 3.3 -> default): #18483: merge with 3.3.

ezio.melotti python-checkins at python.org
Sat Aug 10 17:09:14 CEST 2013


http://hg.python.org/cpython/rev/5c3708f23351
changeset:   85085:5c3708f23351
parent:      85083:8a060e2de608
parent:      85084:ab8da1936297
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Aug 10 18:08:13 2013 +0300
summary:
  #18483: merge with 3.3.

files:
  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
--- a/Lib/test/test_http_cookiejar.py
+++ b/Lib/test/test_http_cookiejar.py
@@ -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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list