diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-28 14:29:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-28 14:29:27 (GMT) |
commit | f8d50bfdb07ac8d5e5b7eb435e750af01857dc45 (patch) | |
tree | e4a063c4573ae40f11575d65a2e5a4b6e56e8b4e /Doc | |
parent | 1c127e74af96bd49f7782ab453134a1f7ac4cd58 (diff) | |
download | cpython-f8d50bfdb07ac8d5e5b7eb435e750af01857dc45.zip cpython-f8d50bfdb07ac8d5e5b7eb435e750af01857dc45.tar.gz cpython-f8d50bfdb07ac8d5e5b7eb435e750af01857dc45.tar.bz2 |
Hook in the calendar and popen2 sections.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib.tex | 2 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 037d600..427d74c 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 037d600..427d74c 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} |