summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-01 05:21:46 (GMT)
committerFred Drake <fdrake@acm.org>2001-02-01 05:21:46 (GMT)
commit36154b2dbf10d34eefe24d17516cf1e4cd62b607 (patch)
tree5b15ca0f9906a6abd33743605e763a76490522a7 /Doc
parent0d0e64861ba97de0e41a1de2cc867c98f6a71c2d (diff)
downloadcpython-36154b2dbf10d34eefe24d17516cf1e4cd62b607.zip
cpython-36154b2dbf10d34eefe24d17516cf1e4cd62b607.tar.gz
cpython-36154b2dbf10d34eefe24d17516cf1e4cd62b607.tar.bz2
Added entry for weakref documentation.
Moved commented-out entries for obsolete module to an appendix, still commented out.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/lib.tex18
1 files changed, 11 insertions, 7 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index d0b44b5..e126cde 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -74,6 +74,7 @@ and how to embed it in other applications.
\input{libpython} % Python Runtime Services
\input{libsys}
\input{libgc}
+\input{libweakref}
\input{libfpectl}
\input{libatexit}
\input{libtypes}
@@ -88,7 +89,6 @@ and how to embed it in other applications.
\input{libmarshal}
\input{libwarnings}
\input{libimp}
-%\input{libni}
\input{libcode}
\input{libcodeop}
\input{libpprint}
@@ -102,21 +102,17 @@ and how to embed it in other applications.
\input{libstrings} % String Services
\input{libstring}
\input{libre}
-%\input{libregex}
-%\input{libregsub}
\input{libstruct}
\input{libfpformat}
\input{libstringio}
\input{libcodecs}
\input{libunicodedata}
-%\input{libsoundex}
\input{libmisc} % Miscellaneous Services
\input{libmath}
\input{libcmath}
\input{librandom}
\input{libwhrandom}
-%\input{librand}
\input{libbisect}
\input{libarray}
\input{libcfgparser}
@@ -135,8 +131,6 @@ and how to embed it in other applications.
\input{libstatvfs}
\input{libfilecmp}
\input{libpopen2}
-%\input{libcmp}
-%\input{libcmpcache}
\input{libtime}
\input{libsched}
\input{libmutex}
@@ -304,6 +298,16 @@ and how to embed it in other applications.
\appendix
\input{libundoc}
+
+%\chapter{Obsolete Modules}
+%\input{libcmpcache}
+%\input{libcmp}
+%\input{libni}
+%\input{librand}
+%\input{libregex}
+%\input{libregsub}
+%\input{libsoundex}
+
\chapter{Reporting Bugs}
\input{reportingbugs}