]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added entry for pty module.
authorFred Drake <fdrake@acm.org>
Tue, 29 Jun 1999 18:12:22 +0000 (18:12 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 Jun 1999 18:12:22 +0000 (18:12 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index 387071320804ab5e2dd038c426704d1634bd06aa..e968cd73376bbefab1bf1e47fc574aab0dc192d4 100644 (file)
@@ -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 \
index 15535acb7a3513a9679f4d69e68eee07c88c50e3..69bc73075a6ccdea8c458567094d5b13304e9ae9 100644 (file)
@@ -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}