From: Senthil Kumaran <senthil@uthcode.com> Date: Sun, 20 May 2012 04:06:24 +0000 (+0800) Subject: news for Issue14426 X-Git-Tag: v3.3.0a4~116^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e8ba0aba60ed0c120336765d8ec58a7472011ae;p=python news for Issue14426 --- diff --git a/Misc/NEWS b/Misc/NEWS index 4bc3d1bea1..1540478d9c 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.