diff options
author | Georg Brandl <georg@python.org> | 2007-09-15 16:53:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-15 16:53:36 (GMT) |
commit | 7e84c7f4b5ddf713e940c33ccb82cd1916e937b4 (patch) | |
tree | b1df1d3f7a005309c7f8ac699be6ba28791d556f /Doc | |
parent | e90bc3c81c07860ea5679af49bbbbcd1bcef87cd (diff) | |
download | cpython-7e84c7f4b5ddf713e940c33ccb82cd1916e937b4.zip cpython-7e84c7f4b5ddf713e940c33ccb82cd1916e937b4.tar.gz cpython-7e84c7f4b5ddf713e940c33ccb82cd1916e937b4.tar.bz2 |
Remove bdb from the "undocumented modules" list.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/undoc.rst | 3 |
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). |