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

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


http://hg.python.org/cpython/rev/52a4e899966c
changeset:   73022:52a4e899966c
parent:      73019:cba503a2c468
parent:      73021:cfc545e028e0
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Fri Oct 21 00:31:40 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 #12281: Rewrite the MBCS codec to handle correctly replace and ignore
   error handlers on all Windows versions. The MBCS codec is now supporting all
   error handlers, instead of only replace to encode and ignore to decode.
@@ -319,6 +322,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 #13227: functools.lru_cache() now has a option to distinguish
   calls with different argument types.
 

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


More information about the Python-checkins mailing list