mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Moved popen2 entry to make more sense.
Added bisect entry.
This commit is contained in:
parent
125024a87d
commit
188a8471b8
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue