summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-01 09:06:34 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-01 09:06:34 (GMT)
commitb16e38b8254e0e1bbffaf16971351a5eb31a5846 (patch)
treefedeaf5564ab393f1db0c288378f5fb13217432e /Misc
parentbda4672b019dfca67c0d97ea7452d33decbd974c (diff)
downloadcpython-b16e38b8254e0e1bbffaf16971351a5eb31a5846.zip
cpython-b16e38b8254e0e1bbffaf16971351a5eb31a5846.tar.gz
cpython-b16e38b8254e0e1bbffaf16971351a5eb31a5846.tar.bz2
#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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 52cbabd..96ff051 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #8826: Properly load old-style "expires" attribute in http.cookies.
+
- Issue #1690103: Fix initial namespace for code run with trace.main().
- Issue #7395: Fix tracebacks in pstats interactive browser.