summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-28 11:05:17 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-28 11:05:17 (GMT)
commit94e0772989073d207855a787a59f863f79230771 (patch)
tree1e2318e9a70647449a5bb238449d68e127f5e0bb /Misc
parenta58ea4dcf25d2b1b07b76096b5dd089609b1b6ea (diff)
downloadcpython-94e0772989073d207855a787a59f863f79230771.zip
cpython-94e0772989073d207855a787a59f863f79230771.tar.gz
cpython-94e0772989073d207855a787a59f863f79230771.tar.bz2
Merged revisions 67414 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67414 | christian.heimes | 2008-11-28 12:02:32 +0100 (Fri, 28 Nov 2008) | 1 line Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception ........
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 0ff809c..6c1a0f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and Builtins
Library
-------
+- Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
+ exception.
+
- Issue #4433: Fixed an access violation when garbage collecting
_ctypes.COMError instances.