summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-04 13:50:17 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-04 13:50:17 (GMT)
commitc72dd38f30eb034f33e5efa1029ed17ca773d267 (patch)
tree7ab99f294542cba179a78ac64b467f26d3a9841d /Misc
parent637431bf145a4e35458219c18db843a054e0adf3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4eb7bb15..a41b616 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.