(original) (raw)

changeset: 73021:cfc545e028e0 branch: 3.2 parent: 73014:48e0db1cf7e4 user: Senthil Kumaran senthil@uthcode.com date: Fri Oct 21 00:29:47 2011 +0800 files: Misc/NEWS description: News entry for Issue12529 and Issue12604 diff -r 48e0db1cf7e4 -r cfc545e028e0 Misc/NEWS --- a/Misc/NEWS Wed Oct 19 14:16:18 2011 -0700 +++ b/Misc/NEWS Fri Oct 21 00:29:47 2011 +0800 @@ -10,6 +10,9 @@ 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 @@ 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. /senthil@uthcode.com