From: Senthil Kumaran Date: Sun, 20 May 2012 04:08:29 +0000 (+0800) Subject: news for Issue14426 X-Git-Tag: v3.3.0a4~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3759877f87e0bc35fa6fefcb7c8e9a88ccbc936a;p=python news for Issue14426 --- 3759877f87e0bc35fa6fefcb7c8e9a88ccbc936a diff --cc Misc/NEWS index c8ad836028,1540478d9c..60b7f1d352 --- a/Misc/NEWS +++ 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.