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

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


http://hg.python.org/cpython/rev/6f7ddbfafbb0
changeset:   73023:6f7ddbfafbb0
branch:      2.7
parent:      72994:f35514dfadf8
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Fri Oct 21 00:32:59 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
@@ -9,6 +9,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 #7833: Extension modules built using distutils on Windows will no
   longer include a "manifest" to prevent them failing at import time in some
   embedded situations.
@@ -63,6 +66,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 #6090: zipfile raises a ValueError when a document with a timestamp
   earlier than 1980 is provided. Patch contributed by Petri Lehtinen.
 

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


More information about the Python-checkins mailing list