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

diff --cc Misc/NEWS
index c8ad8360286e3ffca6bda3b82e76ca6a0d9e9001,1540478d9c74ffab0b91a9c26291079db61e8664..60b7f1d35219d5a20bbeb242438a8a8bce7d72e1
+++ b/Misc/NEWS
@@@ -42,13 -67,9 +42,16 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #14426: Correct the Date format in Expires attribute of Set-Cookie
+   Header in Cookie.py.
 +- Issue #14588: The types module now provide new_class() and prepare_class()
 +  functions to support PEP 3115 compliant dynamic class creation. Patch by
 +  Daniel Urban and Nick Coghlan.
 +
 +- Issue #13152: Allow to specify a custom tabsize for expanding tabs in
 +  textwrap. Patch by John Feuerstein.
 +
  - Issue #14721: Send the correct 'Content-length: 0' header when the body is an
    empty string ''. Initial Patch contributed by Arve Knudsen.