summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-29 18:12:22 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-29 18:12:22 (GMT)
commitabc64b74c896cd1656e77d882642a11fb4f104e6 (patch)
tree4a0791aeb494d56673a690fff3d165fe8b2aab9d
parenta4b5d587909656340cc3adecc2538b6e7996e3ca (diff)
downloadcpython-abc64b74c896cd1656e77d882642a11fb4f104e6.zip
cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.tar.gz
cpython-abc64b74c896cd1656e77d882642a11fb4f104e6.tar.bz2
Added entry for pty module.
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 3870713..e968cd7 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -198,6 +198,7 @@ LIBFILES= ../lib/lib.tex \
../lib/libmutex.tex \
../lib/libnis.tex \
../lib/libpipes.tex \
+ ../lib/libpty.tex \
../lib/librlcompleter.tex \
../lib/libsched.tex \
../lib/libstatvfs.tex \
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}