Merged revisions 82647 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82647 | antoine.pitrou | 2010-07-08 20:51:30 +0200 (jeu., 08 juil. 2010) | 3 lines
Issue #8605: Skip test_gdb if Python is compiled with optimizations.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index c6e7962..3e615b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,11 @@
Extension Modules
-----------------
+Tests
+-----
+
+- Issue #8605: Skip test_gdb if Python is compiled with optimizations.
+
What's New in Python 2.7?
=========================