commit | 6e8ba0aba60ed0c120336765d8ec58a7472011ae | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun May 20 12:06:24 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun May 20 12:06:24 2012 +0800 |
tree | ecf37d3ae4579d8c8674c6ddd2a2581319196bbe | |
parent | 00c2ec282e1653a67bb99c5f96eb2cbf64b19ab5 [diff] |
news for Issue14426
diff --git a/Misc/NEWS b/Misc/NEWS index 4bc3d1b..1540478 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,9 @@ 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.