[Python-checkins] devguide: Kill a todo for which nothing seemed to need to be done.

brett.cannon python-checkins at python.org
Fri Jan 21 00:16:58 CET 2011


brett.cannon pushed 51da3f518677 to devguide:

http://hg.python.org/devguide/rev/51da3f518677
changeset:   172:51da3f518677
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 20 15:16:52 2011 -0800
summary:
  Kill a todo for which nothing seemed to need to be done.

files:
  gdb.rst
  index.rst

diff --git a/gdb.rst b/gdb.rst
--- a/gdb.rst
+++ b/gdb.rst
@@ -13,6 +13,7 @@
 ``PyObject *`` pointer.  We hereafter present two ways to overcome this
 limitation.
 
+
 gdb 7 and later
 ---------------
 
@@ -109,6 +110,7 @@
 
 .. note: This is only available for Python 2.7, 3.2 and higher.
 
+
 gdb 6 and earlier
 -----------------
 
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -118,9 +118,6 @@
     Talk to Collin et. al. about an unladen task; emailed 2011-01-17
 
 .. todo::
-    See if there is anything useful in http://wiki.python.org/moin/DebuggingWithGdb
-
-.. todo::
     Create test.support.optional_import() for tests to use to import modules
     that are optional on various platforms. This would allow for moving away
     from ImportError representing a skipped test and also rip out the

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


More information about the Python-checkins mailing list