commit | 0001422a0a4995f4a8208a7e169ffd7f25126ecf | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Sep 12 18:03:51 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Sep 12 18:03:51 2007 +0000 |
tree | 1d012b34a2a33f68732632f3f3a5371229293f67 | |
parent | 4c20bc40d73a7f4a977475e4fa02f7c8a43d796a [diff] [blame] |
New documentation page for the bdb module. (This doesn't need to be merged to Py3k.)
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 9f47b0e..b15c16c 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst
@@ -64,11 +64,7 @@ frameworks.rst tk.rst development.rst - pdb.rst - profile.rst - hotshot.rst - timeit.rst - trace.rst + debug.rst python.rst custominterp.rst restricted.rst