Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d8b6c5..6ccece5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@
 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.