Commit 36154b2d authored by Fred Drake's avatar Fred Drake

Added entry for weakref documentation.

Moved commented-out entries for obsolete module to an appendix, still
commented out.
parent 0d0e6486
...@@ -74,6 +74,7 @@ and how to embed it in other applications. ...@@ -74,6 +74,7 @@ and how to embed it in other applications.
\input{libpython} % Python Runtime Services \input{libpython} % Python Runtime Services
\input{libsys} \input{libsys}
\input{libgc} \input{libgc}
\input{libweakref}
\input{libfpectl} \input{libfpectl}
\input{libatexit} \input{libatexit}
\input{libtypes} \input{libtypes}
...@@ -88,7 +89,6 @@ and how to embed it in other applications. ...@@ -88,7 +89,6 @@ and how to embed it in other applications.
\input{libmarshal} \input{libmarshal}
\input{libwarnings} \input{libwarnings}
\input{libimp} \input{libimp}
%\input{libni}
\input{libcode} \input{libcode}
\input{libcodeop} \input{libcodeop}
\input{libpprint} \input{libpprint}
...@@ -102,21 +102,17 @@ and how to embed it in other applications. ...@@ -102,21 +102,17 @@ and how to embed it in other applications.
\input{libstrings} % String Services \input{libstrings} % String Services
\input{libstring} \input{libstring}
\input{libre} \input{libre}
%\input{libregex}
%\input{libregsub}
\input{libstruct} \input{libstruct}
\input{libfpformat} \input{libfpformat}
\input{libstringio} \input{libstringio}
\input{libcodecs} \input{libcodecs}
\input{libunicodedata} \input{libunicodedata}
%\input{libsoundex}
\input{libmisc} % Miscellaneous Services \input{libmisc} % Miscellaneous Services
\input{libmath} \input{libmath}
\input{libcmath} \input{libcmath}
\input{librandom} \input{librandom}
\input{libwhrandom} \input{libwhrandom}
%\input{librand}
\input{libbisect} \input{libbisect}
\input{libarray} \input{libarray}
\input{libcfgparser} \input{libcfgparser}
...@@ -135,8 +131,6 @@ and how to embed it in other applications. ...@@ -135,8 +131,6 @@ and how to embed it in other applications.
\input{libstatvfs} \input{libstatvfs}
\input{libfilecmp} \input{libfilecmp}
\input{libpopen2} \input{libpopen2}
%\input{libcmp}
%\input{libcmpcache}
\input{libtime} \input{libtime}
\input{libsched} \input{libsched}
\input{libmutex} \input{libmutex}
...@@ -304,6 +298,16 @@ and how to embed it in other applications. ...@@ -304,6 +298,16 @@ and how to embed it in other applications.
\appendix \appendix
\input{libundoc} \input{libundoc}
%\chapter{Obsolete Modules}
%\input{libcmpcache}
%\input{libcmp}
%\input{libni}
%\input{librand}
%\input{libregex}
%\input{libregsub}
%\input{libsoundex}
\chapter{Reporting Bugs} \chapter{Reporting Bugs}
\input{reportingbugs} \input{reportingbugs}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment