diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-04 13:50:17 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-04 13:50:17 (GMT) |
commit | c72dd38f30eb034f33e5efa1029ed17ca773d267 (patch) | |
tree | 7ab99f294542cba179a78ac64b467f26d3a9841d /Misc | |
parent | 637431bf145a4e35458219c18db843a054e0adf3 (diff) | |
download | cpython-c72dd38f30eb034f33e5efa1029ed17ca773d267.zip cpython-c72dd38f30eb034f33e5efa1029ed17ca773d267.tar.gz cpython-c72dd38f30eb034f33e5efa1029ed17ca773d267.tar.bz2 |
Patch #1075887: Don't require MSVC in distutils if there is nothing
to build. Will backport to 2.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ Extension Modules Library ------- +- Patch #1075887: Don't require MSVC in distutils if there is nothing + to build. + - Patch #1103407: Properly deal with tarfile iterators when untarring symbolic links on Windows. |