[Python-checkins] cpython (3.3): Fix reST markup in NEWS.

georg.brandl python-checkins at python.org
Sun Sep 30 15:10:14 CEST 2012


http://hg.python.org/cpython/rev/6ee3f3989c72
changeset:   79320:6ee3f3989c72
branch:      3.3
parent:      79317:1b4190d918c9
user:        Georg Brandl <georg at python.org>
date:        Sun Sep 30 14:42:22 2012 +0200
summary:
  Fix reST markup in NEWS.

files:
  Misc/NEWS |  7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -664,9 +664,10 @@
 - 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
 -------------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list