diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-29 18:12:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-29 18:12:22 (GMT) |
commit | abc64b74c896cd1656e77d882642a11fb4f104e6 (patch) | |
tree | 4a0791aeb494d56673a690fff3d165fe8b2aab9d /Doc/lib/lib.tex | |
parent | a4b5d587909656340cc3adecc2538b6e7996e3ca (diff) | |
download | cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.zip cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.tar.gz cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.tar.bz2 |
Added entry for pty module.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 15535ac..69bc730 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -172,6 +172,7 @@ add new extensions to Python and how to embed it in other applications. \input{libgdbm} \input{libtermios} \input{libtty} +\input{libpty} \input{libfcntl} \input{libpipes} \input{libposixfile} |