]> granicus.if.org Git - python/commit
#8826: the "expires" attribute value is a date string with spaces, but apparently...
authorGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 09:06:34 +0000 (09:06 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 09:06:34 +0000 (09:06 +0000)
commitb16e38b8254e0e1bbffaf16971351a5eb31a5846
treefedeaf5564ab393f1db0c288378f5fb13217432e
parentbda4672b019dfca67c0d97ea7452d33decbd974c
#8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes.  Handle that as a special case.
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/NEWS