summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-05-20 04:06:24 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-05-20 04:06:24 (GMT)
commit6e8ba0aba60ed0c120336765d8ec58a7472011ae (patch)
treeecf37d3ae4579d8c8674c6ddd2a2581319196bbe
parent00c2ec282e1653a67bb99c5f96eb2cbf64b19ab5 (diff)
downloadcpython-6e8ba0aba60ed0c120336765d8ec58a7472011ae.zip
cpython-6e8ba0aba60ed0c120336765d8ec58a7472011ae.tar.gz
cpython-6e8ba0aba60ed0c120336765d8ec58a7472011ae.tar.bz2
news for Issue14426
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bc3d1b..1540478 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Core and Builtins
Library
-------
+- Issue #14426: Correct the Date format in Expires attribute of Set-Cookie
+ Header in Cookie.py.
+
- Issue #14721: Send the correct 'Content-length: 0' header when the body is an
empty string ''. Initial Patch contributed by Arve Knudsen.