From 188a8471b8bc3ebbc0ebfc1e5096af443032d4bd Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 28 Apr 1998 18:27:53 +0000 Subject: Moved popen2 entry to make more sense. Added bisect entry. --- Doc/lib.tex | 3 ++- Doc/lib/lib.tex | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doc/lib.tex b/Doc/lib.tex index 427d74c..5ee098e 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -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 diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 427d74c..5ee098e 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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 -- cgit v0.12