From abc64b74c896cd1656e77d882642a11fb4f104e6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 29 Jun 1999 18:12:22 +0000 Subject: [PATCH] Added entry for pty module. --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 387071320804..e968cd73376b 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 15535acb7a35..69bc73075a6c 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}