diff options
author | Georg Brandl <georg@python.org> | 2007-09-12 18:04:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-12 18:04:37 (GMT) |
commit | 546e2d66b6b82ebf644d8bd65310a53aa309c05a (patch) | |
tree | a0a3568d6e0f994ffe997489a83a2a33eb1ef473 /Doc/library/index.rst | |
parent | 894d35ea61c24c09f5d8d15683904d6aba27fab4 (diff) | |
download | cpython-546e2d66b6b82ebf644d8bd65310a53aa309c05a.zip cpython-546e2d66b6b82ebf644d8bd65310a53aa309c05a.tar.gz cpython-546e2d66b6b82ebf644d8bd65310a53aa309c05a.tar.bz2 |
New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes.
Diffstat (limited to 'Doc/library/index.rst')
-rw-r--r-- | Doc/library/index.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 1e872ac..5b98989 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -64,11 +64,7 @@ over 2500 additional components available from the `Python Package Index frameworks.rst tk.rst development.rst - pdb.rst - profile.rst - hotshot.rst - timeit.rst - trace.rst + debug.rst python.rst custominterp.rst modules.rst |