[Python-checkins] devguide: Add a todo related to gdb support.

brett.cannon python-checkins at python.org
Thu Jan 20 21:42:21 CET 2011


brett.cannon pushed 2be583f2bf3a to devguide:

http://hg.python.org/devguide/rev/2be583f2bf3a
changeset:   165:2be583f2bf3a
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 20 12:14:23 2011 -0800
summary:
  Add a todo related to gdb support.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -123,6 +123,9 @@
     nothing is missing here
 
 .. 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