From 7e84c7f4b5ddf713e940c33ccb82cd1916e937b4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 15 Sep 2007 16:53:36 +0000 Subject: [PATCH] Remove bdb from the "undocumented modules" list. --- Doc/library/undoc.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index cecb0e0368d..e4fea839d88 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).