diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2008-12-30 23:09:20 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2008-12-30 23:09:20 (GMT) |
commit | 9df8ce3a8f2acb6c31a5f0b50015a9ba17d23823 (patch) | |
tree | 40b12bc656d5cc9733f6cb5c7f54201895b7d131 /Misc | |
parent | fce25a710480f34aeaeb36f1ab9fbdcaa66b502a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |