summaryrefslogtreecommitdiffstats
path: root/Doc/library/undoc.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-15 16:53:36 (GMT)
committerGeorg Brandl <georg@python.org>2007-09-15 16:53:36 (GMT)
commit7e84c7f4b5ddf713e940c33ccb82cd1916e937b4 (patch)
treeb1df1d3f7a005309c7f8ac699be6ba28791d556f /Doc/library/undoc.rst
parente90bc3c81c07860ea5679af49bbbbcd1bcef87cd (diff)
downloadcpython-7e84c7f4b5ddf713e940c33ccb82cd1916e937b4.zip
cpython-7e84c7f4b5ddf713e940c33ccb82cd1916e937b4.tar.gz
cpython-7e84c7f4b5ddf713e940c33ccb82cd1916e937b4.tar.bz2
Remove bdb from the "undocumented modules" list.
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r--Doc/library/undoc.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index cecb0e0..e4fea83 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -19,9 +19,6 @@ Miscellaneous useful utilities
Some of these are very old and/or not very robust; marked with "hmm."
-:mod:`bdb`
- --- A generic Python debugger base class (used by pdb).
-
:mod:`ihooks`
--- Import hook support (for :mod:`rexec`; may become obsolete).