summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-12-21 23:18:02 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-12-21 23:18:02 (GMT)
commitb7e82bb7dd493a9de0931c7bbaeffb4237cf0700 (patch)
tree796bf034ee0613f1ed77de1e05ba4a671727f56f /Misc/NEWS
parent35ce4a07eec9bee579a63893596e2385922ce1cd (diff)
downloadcpython-b7e82bb7dd493a9de0931c7bbaeffb4237cf0700.zip
cpython-b7e82bb7dd493a9de0931c7bbaeffb4237cf0700.tar.gz
cpython-b7e82bb7dd493a9de0931c7bbaeffb4237cf0700.tar.bz2
Merged revisions 76993-76994 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76993 | tarek.ziade | 2009-12-22 00:12:41 +0100 (Tue, 22 Dec 2009) | 1 line Fixed #7556: editing the MSVC manifest file with a regexp was throwing an error ........ r76994 | tarek.ziade | 2009-12-22 00:16:09 +0100 (Tue, 22 Dec 2009) | 1 line forgot to add the win32 test in the unittest skip call ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 05bace3..ea0e242 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,10 @@ Core and Builtins
Library
-------
+- Issue #7556: Make sure Distutils' msvc9compile reads and writes the
+ MSVC XML Manifest file in text mode so string patterns can be used
+ in regular expressions.
+
- Issue #7552: Removed line feed in the base64 Authorization header in
the Distutils upload command to avoid an error when PyPI reads it.
This occurs on long passwords. Initial patch by JP St. Pierre.