Added entry for pty module.

This commit is contained in:
Fred Drake 1999-06-29 18:12:22 +00:00
parent a4b5d58790
commit abc64b74c8
2 changed files with 2 additions and 0 deletions

View 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 \

View 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}