From 0479eb5a30c9c7eb7c8396931f7e1e3870207687 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tarek=20Ziad=C3=A9?= Date: Mon, 21 Dec 2009 23:37:44 +0000 Subject: [PATCH] added a note about #7556 in Misc/NEWS --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.50.1