diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-10-20 16:29:47 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-10-20 16:29:47 (GMT) |
commit | fdd4575d19eb9efd490914675c31ceda36c45084 (patch) | |
tree | 8d139fce5d2cc9fbbc9354ee9181f5b8692daa49 /Misc | |
parent | af37b89240e78fa9cc82e40b14e7e374c7597acf (diff) | |
download | cpython-fdd4575d19eb9efd490914675c31ceda36c45084.zip cpython-fdd4575d19eb9efd490914675c31ceda36c45084.tar.gz cpython-fdd4575d19eb9efd490914675c31ceda36c45084.tar.bz2 |
News entry for Issue12529 and Issue12604
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.3? Core and Builtins ----------------- +- Issue #12604: VTRACE macro expanded to no-op in _sre.c to avoid compiler + warnings. Patch by Josh Triplett and Petri Lehtinen. + - Issue #13188: When called without an explicit traceback argument, generator.throw() now gets the traceback from the passed exception's ``__traceback__`` attribute. Patch by Petri Lehtinen. @@ -51,6 +54,9 @@ Core and Builtins Library ------- +- Issue #12529: fix cgi.parse_header issue on strings with double-quotes and + semicolons together. Patch by Ben Darnell and Petri Lehtinen. + - Issue #12448: smtplib now flushes stdout while running ``python -m smtplib`` in order to display the prompt correctly. |