mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Updated to reflect additions.
This commit is contained in:
parent
32c562bdec
commit
4ae52694c9
3 changed files with 4 additions and 7 deletions
|
@ -145,6 +145,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libanydbm}
|
||||
\input{libdbhash}
|
||||
\input{libwhichdb}
|
||||
\input{libbsddb}
|
||||
\input{libzlib}
|
||||
\input{libgzip}
|
||||
|
||||
|
@ -213,6 +214,7 @@ add new extensions to Python and how to embed it in other applications.
|
|||
\input{libaudioop}
|
||||
\input{libimageop}
|
||||
\input{libaifc}
|
||||
\input{libcolorsys}
|
||||
\input{librgbimg}
|
||||
\input{libimghdr}
|
||||
\input{libsndhdr}
|
||||
|
|
|
@ -62,9 +62,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
|
|||
\item[statcache.py]
|
||||
--- Maintain a cache of file stats
|
||||
|
||||
\item[colorsys.py]
|
||||
--- Conversion between RGB and other color systems
|
||||
|
||||
\item[mhlib.py]
|
||||
--- MH interface
|
||||
|
||||
|
@ -228,10 +225,6 @@ key. (This is an extension module.)
|
|||
\section{Extension modules}
|
||||
|
||||
\begin{description}
|
||||
\item[bsddbmodule.c]
|
||||
--- Interface to the Berkeley DB interface (yet another
|
||||
dbm clone). See \refmodule{dbhash} for a DBM-style interface.
|
||||
|
||||
\item[cursesmodule.c]
|
||||
--- Curses interface.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue