]> granicus.if.org Git - python/commitdiff
news for Issue14426
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 20 May 2012 04:06:24 +0000 (12:06 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 20 May 2012 04:06:24 +0000 (12:06 +0800)
Misc/NEWS

index 4bc3d1bea1199227c8c22889532755831633772d..1540478d9c74ffab0b91a9c26291079db61e8664 100644 (file)
--- 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.