commit | 0479eb5a30c9c7eb7c8396931f7e1e3870207687 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Dec 21 23:37:44 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Mon Dec 21 23:37:44 2009 +0000 |
tree | 06e153b8bde61ffe74aa62119ddb605e4ddaaca3 | |
parent | 3efd767336e68a6c89d5e9937137db7ed1c75f33 [diff] [blame] |
added a note about #7556 in Misc/NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 238c1c8..3841bb4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ 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.