mirror of https://github.com/python/cpython.git
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/libmutex.tex \
|
||||||
../lib/libnis.tex \
|
../lib/libnis.tex \
|
||||||
../lib/libpipes.tex \
|
../lib/libpipes.tex \
|
||||||
|
../lib/libpty.tex \
|
||||||
../lib/librlcompleter.tex \
|
../lib/librlcompleter.tex \
|
||||||
../lib/libsched.tex \
|
../lib/libsched.tex \
|
||||||
../lib/libstatvfs.tex \
|
../lib/libstatvfs.tex \
|
||||||
|
|
|
@ -172,6 +172,7 @@ add new extensions to Python and how to embed it in other applications.
|
||||||
\input{libgdbm}
|
\input{libgdbm}
|
||||||
\input{libtermios}
|
\input{libtermios}
|
||||||
\input{libtty}
|
\input{libtty}
|
||||||
|
\input{libpty}
|
||||||
\input{libfcntl}
|
\input{libfcntl}
|
||||||
\input{libpipes}
|
\input{libpipes}
|
||||||
\input{libposixfile}
|
\input{libposixfile}
|
||||||
|
|
Loading…
Reference in New Issue