diff options
-rw-r--r-- | Doc/lib/libundoc.tex | 3 | ||||
-rw-r--r-- | Doc/libundoc.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 3cd5d91..ae94a97 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 3cd5d91..ae94a97 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) |