Added entry for wdb.

This commit is contained in:
Fred Drake 1998-04-07 19:09:32 +00:00
parent 810349b685
commit 6b9ff7257b
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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)