diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-23 17:31:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-23 17:31:59 (GMT) |
commit | 7c2426439e2b38f3cd2c647c52434407ba7bf9df (patch) | |
tree | ca66055e588ae9e1dfffbcf1411fe243b10761e4 /Doc/lib/libundoc.tex | |
parent | 1b2dc9045ea07113170d6539f4e2a51b35d515bb (diff) | |
download | cpython-7c2426439e2b38f3cd2c647c52434407ba7bf9df.zip cpython-7c2426439e2b38f3cd2c647c52434407ba7bf9df.tar.gz cpython-7c2426439e2b38f3cd2c647c52434407ba7bf9df.tar.bz2 |
Removed tty module entry.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index b525670..16c99da 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -40,9 +40,6 @@ Some of these are very old and/or not very robust; marked with ``hmm.'' \item[pty.py] --- Pseudo terminal utilities -\item[tty.py] ---- Terminal utilities - \item[bdb.py] --- A generic Python debugger base class (used by pdb) |