mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merged revisions 76993-76994 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76993 | tarek.ziade | 2009-12-22 00:12:41 +0100 (Tue, 22 Dec 2009) | 1 line Fixed #7556: editing the MSVC manifest file with a regexp was throwing an error ........ r76994 | tarek.ziade | 2009-12-22 00:16:09 +0100 (Tue, 22 Dec 2009) | 1 line forgot to add the win32 test in the unittest skip call ........
This commit is contained in:
parent
35ce4a07ee
commit
b7e82bb7dd
3 changed files with 113 additions and 29 deletions
|
@ -58,6 +58,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #7556: Make sure Distutils' msvc9compile reads and writes the
|
||||
MSVC XML Manifest file in text mode so string patterns can be used
|
||||
in regular expressions.
|
||||
|
||||
- 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue