summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-07 19:09:32 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-07 19:09:32 (GMT)
commit6b9ff7257bedd5670713e0cd494e77f69957d09e (patch)
tree78325df0f054e0331aad5f57505566125f5b467a /Doc/lib/libundoc.tex
parent810349b68585167b5deaf9db78110ddc2dc71a58 (diff)
downloadcpython-6b9ff7257bedd5670713e0cd494e77f69957d09e.zip
cpython-6b9ff7257bedd5670713e0cd494e77f69957d09e.tar.gz
cpython-6b9ff7257bedd5670713e0cd494e77f69957d09e.tar.bz2
Added entry for wdb.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex3
1 files changed, 3 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)