[Python-checkins] cpython (3.2): News entry for Issue12529 and Issue12604

senthil.kumaran python-checkins at python.org
Thu Oct 20 18:34:51 CEST 2011


http://hg.python.org/cpython/rev/cfc545e028e0
changeset:   73021:cfc545e028e0
branch:      3.2
parent:      73014:48e0db1cf7e4
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Fri Oct 21 00:29:47 2011 +0800
summary:
  News entry for Issue12529 and Issue12604

files:
  Misc/NEWS |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list