From: Georg Brandl Date: Sat, 15 Sep 2007 16:53:36 +0000 (+0000) Subject: Remove bdb from the "undocumented modules" list. X-Git-Tag: v2.6a1~1285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e84c7f4b5ddf713e940c33ccb82cd1916e937b4;p=python Remove bdb from the "undocumented modules" list. --- diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index cecb0e0368..e4fea839d8 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).