summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2008-12-30 23:09:20 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2008-12-30 23:09:20 (GMT)
commit9df8ce3a8f2acb6c31a5f0b50015a9ba17d23823 (patch)
tree40b12bc656d5cc9733f6cb5c7f54201895b7d131 /Misc
parentfce25a710480f34aeaeb36f1ab9fbdcaa66b502a (diff)
downloadcpython-9df8ce3a8f2acb6c31a5f0b50015a9ba17d23823.zip
cpython-9df8ce3a8f2acb6c31a5f0b50015a9ba17d23823.tar.gz
cpython-9df8ce3a8f2acb6c31a5f0b50015a9ba17d23823.tar.bz2
Merged revisions 68081 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68081 | tarek.ziade | 2008-12-31 00:03:41 +0100 (Wed, 31 Dec 2008) | 1 line Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found ........
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 bd43a00..d7adf60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Core and Builtins
Library
-------
+- Issue #4702: Throwing a DistutilsPlatformError instead of IOError in case
+ no MSVC compiler is found under Windows. Original patch by Philip Jenvey.
+
- Issue #4646: distutils was choking on empty options arg in the setup
function. Original patch by Thomas Heller.