From eea74276cc1f1478f3d3efc47ddc17db72393287 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 30 Sep 2012 14:42:22 +0200 Subject: [PATCH] Fix reST markup in NEWS. --- Misc/NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 97bb38cfd69..794363ee142 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 -------------