mirror of https://github.com/python/cpython
Moved popen2 entry to make more sense.
Added bisect entry.
This commit is contained in:
parent
125024a87d
commit
188a8471b8
|
@ -105,6 +105,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libwhrandom}
|
||||
\input{librandom}
|
||||
%\input{librand}
|
||||
\input{libbisect}
|
||||
\input{libarray}
|
||||
\input{libfileinput}
|
||||
\input{libcalendar}
|
||||
|
@ -141,10 +142,10 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libtermios}
|
||||
\input{libfcntl}
|
||||
\input{libposixfile}
|
||||
\input{libpopen2}
|
||||
\input{libresource}
|
||||
\input{libsyslog}
|
||||
\input{libstat}
|
||||
\input{libpopen2}
|
||||
\input{libcommands}
|
||||
|
||||
\input{libpdb} % The Python Debugger
|
||||
|
|
|
@ -105,6 +105,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libwhrandom}
|
||||
\input{librandom}
|
||||
%\input{librand}
|
||||
\input{libbisect}
|
||||
\input{libarray}
|
||||
\input{libfileinput}
|
||||
\input{libcalendar}
|
||||
|
@ -141,10 +142,10 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libtermios}
|
||||
\input{libfcntl}
|
||||
\input{libposixfile}
|
||||
\input{libpopen2}
|
||||
\input{libresource}
|
||||
\input{libsyslog}
|
||||
\input{libstat}
|
||||
\input{libpopen2}
|
||||
\input{libcommands}
|
||||
|
||||
\input{libpdb} % The Python Debugger
|
||||
|
|
Loading…
Reference in New Issue