commit | f439a366308f64927d54e03272e8294463b68880 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun May 20 12:02:44 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun May 20 12:02:44 2012 +0800 |
tree | 728c2dcb8711605be6be82161954ef25cdd5a6c7 | |
parent | 7961bb304370dddd896877155bc13e2828525195 [diff] [blame] |
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
diff --git a/Misc/NEWS b/Misc/NEWS index e8ce85d..3a75453 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Library ------- +- Issue #14426: Correct the Date format in Expires attribute of Set-Cookie + Header in Cookie.py. + - Issue #14721: Send proper header, Content-length: 0 when the body is an empty string ''. Initial Patch contributed by Arve Knudsen.