news for Issue14426

This commit is contained in:
Senthil Kumaran 2012-05-20 12:08:29 +08:00
commit 3759877f87
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ Core and Builtins
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.