summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-05-20 04:08:29 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-05-20 04:08:29 (GMT)
commit3759877f87e0bc35fa6fefcb7c8e9a88ccbc936a (patch)
treeee9c1333f0aef24b300bab6acf10ff4f826ea071 /Misc
parent0b943a18ef3c175836fde6403782c982ef2ff776 (diff)
parent6e8ba0aba60ed0c120336765d8ec58a7472011ae (diff)
downloadcpython-3759877f87e0bc35fa6fefcb7c8e9a88ccbc936a.zip
cpython-3759877f87e0bc35fa6fefcb7c8e9a88ccbc936a.tar.gz
cpython-3759877f87e0bc35fa6fefcb7c8e9a88ccbc936a.tar.bz2
news for Issue14426
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c8ad836..60b7f1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and Builtins
Library
-------
+- Issue #14426: Correct the Date format in Expires attribute of Set-Cookie
+ Header in Cookie.py.
+
- Issue #14588: The types module now provide new_class() and prepare_class()
functions to support PEP 3115 compliant dynamic class creation. Patch by
Daniel Urban and Nick Coghlan.