commit | 7e84c7f4b5ddf713e940c33ccb82cd1916e937b4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Sep 15 16:53:36 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Sep 15 16:53:36 2007 +0000 |
tree | b1df1d3f7a005309c7f8ac699be6ba28791d556f | |
parent | e90bc3c81c07860ea5679af49bbbbcd1bcef87cd [diff] |
Remove bdb from the "undocumented modules" list.
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 @@ 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).