Moved popen2 entry to make more sense.

Added bisect entry.
This commit is contained in:
Fred Drake 1998-04-28 18:27:53 +00:00
parent 125024a87d
commit 188a8471b8
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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