]> granicus.if.org Git - python/commitdiff
Moved popen2 entry to make more sense.
authorFred Drake <fdrake@acm.org>
Tue, 28 Apr 1998 18:27:53 +0000 (18:27 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 28 Apr 1998 18:27:53 +0000 (18:27 +0000)
Added bisect entry.

Doc/lib.tex
Doc/lib/lib.tex

index 427d74c0f008793d875311c8acb187facd07d1d1..5ee098e4472f99663468e7017abd18a3dfc96166 100644 (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
index 427d74c0f008793d875311c8acb187facd07d1d1..5ee098e4472f99663468e7017abd18a3dfc96166 100644 (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