From: Fred Drake Date: Tue, 28 Apr 1998 14:29:27 +0000 (+0000) Subject: Hook in the calendar and popen2 sections. X-Git-Tag: v1.5.2a1~805 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8d50bfdb07ac8d5e5b7eb435e750af01857dc45;p=thirdparty%2FPython%2Fcpython.git Hook in the calendar and popen2 sections. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index 037d6009b29c..427d74c0f008 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -107,6 +107,7 @@ add new extensions to Python and how to embed it in other applications. %\input{librand} \input{libarray} \input{libfileinput} +\input{libcalendar} \input{liballos} % Generic Operating System Services \input{libos} @@ -140,6 +141,7 @@ 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} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 037d6009b29c..427d74c0f008 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -107,6 +107,7 @@ add new extensions to Python and how to embed it in other applications. %\input{librand} \input{libarray} \input{libfileinput} +\input{libcalendar} \input{liballos} % Generic Operating System Services \input{libos} @@ -140,6 +141,7 @@ 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}