summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-12-21 23:37:44 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-12-21 23:37:44 (GMT)
commit0479eb5a30c9c7eb7c8396931f7e1e3870207687 (patch)
tree06e153b8bde61ffe74aa62119ddb605e4ddaaca3
parent3efd767336e68a6c89d5e9937137db7ed1c75f33 (diff)
downloadcpython-0479eb5a30c9c7eb7c8396931f7e1e3870207687.zip
cpython-0479eb5a30c9c7eb7c8396931f7e1e3870207687.tar.gz
cpython-0479eb5a30c9c7eb7c8396931f7e1e3870207687.tar.bz2
added a note about #7556 in Misc/NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 238c1c8..3841bb4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and Builtins
Library
-------
+- Issue #7556: Distutils' msvc9compiler now opens the MSVC Manifest
+ file in text mode.
+
- 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.