]> granicus.if.org Git - python/commit
Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC...
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 30 Dec 2008 23:03:41 +0000 (23:03 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 30 Dec 2008 23:03:41 +0000 (23:03 +0000)
commitb1a85413b13f38a837cd753421eb4fcb23133940
tree0a6421272bafe5e1ef686c5b8b2235af7e323429
parent3bcb0ce922e776a92ae69882abfac65f76a67be0
Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found
Lib/distutils/msvc9compiler.py
Lib/distutils/tests/test_msvc9compiler.py [new file with mode: 0644]
Misc/NEWS