#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8261b6c..1cc8f74 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,8 @@
 Library
 -------
 
+- Issue #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
+
 - Issue #6851: Fix urllib.urlopen crash on secondairy threads on OSX 10.6
 
 - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)