diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-21 23:37:44 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-21 23:37:44 (GMT) |
commit | 0479eb5a30c9c7eb7c8396931f7e1e3870207687 (patch) | |
tree | 06e153b8bde61ffe74aa62119ddb605e4ddaaca3 /Misc | |
parent | 3efd767336e68a6c89d5e9937137db7ed1c75f33 (diff) | |
download | cpython-0479eb5a30c9c7eb7c8396931f7e1e3870207687.zip cpython-0479eb5a30c9c7eb7c8396931f7e1e3870207687.tar.gz cpython-0479eb5a30c9c7eb7c8396931f7e1e3870207687.tar.bz2 |
added a note about #7556 in Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |