summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-30 12:42:22 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-30 12:42:22 (GMT)
commiteea74276cc1f1478f3d3efc47ddc17db72393287 (patch)
tree12455606867913591f73a18433803a9b327ce8b7
parent9e2a28ea54107e0f9c91ae3094974a310d0da027 (diff)
downloadcpython-eea74276cc1f1478f3d3efc47ddc17db72393287.zip
cpython-eea74276cc1f1478f3d3efc47ddc17db72393287.tar.gz
cpython-eea74276cc1f1478f3d3efc47ddc17db72393287.tar.bz2
Fix reST markup in NEWS.
-rw-r--r--Misc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97bb38c..794363e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -664,9 +664,10 @@ Tools/Demos
- Issue #12605: The gdb hooks for debugging CPython (within Tools/gdb) have been
enhanced to show information on more C frames relevant to CPython within the
"py-bt" and "py-bt-full" commands:
- * C frames that are waiting on the GIL
- * C frames that are garbage-collecting
- * C frames that are due to the invocation of a PyCFunction
+
+ * C frames that are waiting on the GIL
+ * C frames that are garbage-collecting
+ * C frames that are due to the invocation of a PyCFunction
Documentation
-------------