summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-10-20 16:32:59 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-10-20 16:32:59 (GMT)
commit797b95b4afdb64f42981b62c5f5a72a503159dc2 (patch)
tree1b871ecceb827c1e4dc1158cd87b1679bf1f700f
parentd583068e7d08634a9141b7101c66c0add14baeeb (diff)
downloadcpython-797b95b4afdb64f42981b62c5f5a72a503159dc2.zip
cpython-797b95b4afdb64f42981b62c5f5a72a503159dc2.tar.gz
cpython-797b95b4afdb64f42981b62c5f5a72a503159dc2.tar.bz2
News entry for Issue12529 and Issue12604
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a0f6fe..426a42d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@ What's New in Python 2.7.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 #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 @@ 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 #6090: zipfile raises a ValueError when a document with a timestamp
earlier than 1980 is provided. Patch contributed by Petri Lehtinen.