From 6e8ba0aba60ed0c120336765d8ec58a7472011ae Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sun, 20 May 2012 12:06:24 +0800 Subject: news for Issue14426 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v0.12