diff options
-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 |