summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-09-25 04:12:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-09-25 04:12:50 (GMT)
commite86b07cc9ad51baa4f5a2854f8a03e7d1b77b817 (patch)
treea916d0dfacb55a51a97db4b1dae706f06fa343f1 /Misc/NEWS
parent52d52f185ab6a7f215e975b13a5bbf3f01bdf3a4 (diff)
downloadcpython-e86b07cc9ad51baa4f5a2854f8a03e7d1b77b817.zip
cpython-e86b07cc9ad51baa4f5a2854f8a03e7d1b77b817.tar.gz
cpython-e86b07cc9ad51baa4f5a2854f8a03e7d1b77b817.tar.bz2
Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
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 37bb634..5d2a267 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 final
Core and Builtins
-----------------
+- Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
+
Library
-------