]> granicus.if.org Git - python/commitdiff
Remove bdb from the "undocumented modules" list.
authorGeorg Brandl <georg@python.org>
Sat, 15 Sep 2007 16:53:36 +0000 (16:53 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 15 Sep 2007 16:53:36 +0000 (16:53 +0000)
Doc/library/undoc.rst

index cecb0e0368dcb1ff7cd2f82d1d05104eb9783ff2..e4fea839d88f162bfbf4d911ec4cbdb04d4ddd8f 100644 (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).