mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added entry for weakref documentation.
Moved commented-out entries for obsolete module to an appendix, still commented out.
This commit is contained in:
parent
0d0e64861b
commit
36154b2dbf
1 changed files with 11 additions and 7 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue