Remove bdb from the "undocumented modules" list.

This commit is contained in:
Georg Brandl 2007-09-15 16:53:36 +00:00
parent e90bc3c81c
commit 7e84c7f4b5
1 changed files with 0 additions and 3 deletions

View File

@ -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).