summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-28 11:02:32 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-28 11:02:32 (GMT)
commitaa67471227f40d96e99d8ac8c874cf3f36ee071b (patch)
tree476833ee29afb77023548301685231d8df737d29 /Misc/NEWS
parent4de979153eed40f2a065165b2ad6c20f9768e199 (diff)
downloadcpython-aa67471227f40d96e99d8ac8c874cf3f36ee071b.zip
cpython-aa67471227f40d96e99d8ac8c874cf3f36ee071b.tar.gz
cpython-aa67471227f40d96e99d8ac8c874cf3f36ee071b.tar.bz2
Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d8b6c5..6ccece5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Core and Builtins
Library
-------
+- Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
+ exception.
+
- Issue #4363: The uuid.uuid1() and uuid.uuid4() functions now work even if
the ctypes module is not present.