diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-28 18:27:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-28 18:27:53 (GMT) |
commit | 188a8471b8bc3ebbc0ebfc1e5096af443032d4bd (patch) | |
tree | 1f5cf419effc4587acd6737fae879c20a8687e6e /Doc | |
parent | 125024a87d70bbca84c5e9d68040cfbfba7440e2 (diff) | |
download | cpython-188a8471b8bc3ebbc0ebfc1e5096af443032d4bd.zip cpython-188a8471b8bc3ebbc0ebfc1e5096af443032d4bd.tar.gz cpython-188a8471b8bc3ebbc0ebfc1e5096af443032d4bd.tar.bz2 |
Moved popen2 entry to make more sense.
Added bisect entry.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib.tex | 3 | ||||
-rw-r--r-- | 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 |