summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-09-21 13:41:08 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-09-21 13:41:08 (GMT)
commit99773359843803c54574b6ee6fc1516e7fcde10f (patch)
tree68960c3b75d0819093d72d6e742273246a678e18 /Misc/NEWS
parentccaf380fabaf09362de926a648b131114b33e90b (diff)
downloadcpython-99773359843803c54574b6ee6fc1516e7fcde10f.zip
cpython-99773359843803c54574b6ee6fc1516e7fcde10f.tar.gz
cpython-99773359843803c54574b6ee6fc1516e7fcde10f.tar.bz2
#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8261b6c..1cc8f74 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,8 @@ Core and Builtins
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(...)