From: Tarek Ziadé Date: Mon, 21 Dec 2009 23:37:44 +0000 (+0000) Subject: added a note about #7556 in Misc/NEWS X-Git-Tag: v2.7a2~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0479eb5a30c9c7eb7c8396931f7e1e3870207687;p=python added a note about #7556 in Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 238c1c805d..3841bb4c61 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.