From: Fred Drake Date: Tue, 7 Apr 1998 19:09:32 +0000 (+0000) Subject: Added entry for wdb. X-Git-Tag: v1.5.1~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b9ff7257bedd5670713e0cd494e77f69957d09e;p=python Added entry for wdb. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 3cd5d91c0c..ae94a9713a 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -103,6 +103,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[bdb.py] --- A generic Python debugger base class (used by pdb) +\item[wdb.py] +--- A primitive windowing debugger based on STDWIN. + \item[ihooks.py] --- Import hook support (for rexec) diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 3cd5d91c0c..ae94a9713a 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -103,6 +103,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[bdb.py] --- A generic Python debugger base class (used by pdb) +\item[wdb.py] +--- A primitive windowing debugger based on STDWIN. + \item[ihooks.py] --- Import hook support (for rexec)