Added entry for pty module.
This commit is contained in:
parent
a4b5d58790
commit
abc64b74c8
|
@ -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 \
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue