]> granicus.if.org Git - python/commitdiff
added a note about #7556 in Misc/NEWS
authorTarek Ziadé <ziade.tarek@gmail.com>
Mon, 21 Dec 2009 23:37:44 +0000 (23:37 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Mon, 21 Dec 2009 23:37:44 +0000 (23:37 +0000)
Misc/NEWS

index 238c1c805d69d4c5fa1a9be52e21602a28a86e94..3841bb4c6109734aa8eba84aa585ac8fc64d372d 100644 (file)
--- 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.