From 6b9ff7257bedd5670713e0cd494e77f69957d09e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 7 Apr 1998 19:09:32 +0000 Subject: [PATCH] Added entry for wdb. --- Doc/lib/libundoc.tex | 3 +++ Doc/libundoc.tex | 3 +++ 2 files changed, 6 insertions(+) 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) -- 2.50.1