mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add/remove entries due to additional sections from Moshe.
This commit is contained in:
parent
64bc94e3ec
commit
26da2840ac
2 changed files with 6 additions and 19 deletions
|
@ -95,6 +95,7 @@ add new extensions to Python and how to embed it in other applications.
|
||||||
\input{libpycompile} % really py_compile
|
\input{libpycompile} % really py_compile
|
||||||
\input{libcompileall}
|
\input{libcompileall}
|
||||||
\input{libdis}
|
\input{libdis}
|
||||||
|
\input{libnew}
|
||||||
\input{libsite}
|
\input{libsite}
|
||||||
\input{libuser}
|
\input{libuser}
|
||||||
\input{libbltin} % really __builtin__
|
\input{libbltin} % really __builtin__
|
||||||
|
@ -127,7 +128,11 @@ add new extensions to Python and how to embed it in other applications.
|
||||||
\input{liballos} % Generic Operating System Services
|
\input{liballos} % Generic Operating System Services
|
||||||
\input{libos}
|
\input{libos}
|
||||||
\input{libposixpath} % os.path
|
\input{libposixpath} % os.path
|
||||||
|
\input{libdircache}
|
||||||
\input{libstat}
|
\input{libstat}
|
||||||
|
\input{libstatcache}
|
||||||
|
\input{libcmp}
|
||||||
|
\input{libcmpcache}
|
||||||
\input{libtime}
|
\input{libtime}
|
||||||
\input{libgetpass}
|
\input{libgetpass}
|
||||||
\input{libgetopt}
|
\input{libgetopt}
|
||||||
|
@ -218,6 +223,7 @@ add new extensions to Python and how to embed it in other applications.
|
||||||
\input{libaudioop}
|
\input{libaudioop}
|
||||||
\input{libimageop}
|
\input{libimageop}
|
||||||
\input{libaifc}
|
\input{libaifc}
|
||||||
|
\input{libwave}
|
||||||
\input{libcolorsys}
|
\input{libcolorsys}
|
||||||
\input{librgbimg}
|
\input{librgbimg}
|
||||||
\input{libimghdr}
|
\input{libimghdr}
|
||||||
|
|
|
@ -35,24 +35,12 @@ This is a package rather than a module.
|
||||||
Some of these are very old and/or not very robust; marked with ``hmm''.
|
Some of these are very old and/or not very robust; marked with ``hmm''.
|
||||||
|
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[cmp.py]
|
|
||||||
--- Efficiently compare files
|
|
||||||
|
|
||||||
\item[cmpcache.py]
|
|
||||||
--- Efficiently compare files (uses statcache)
|
|
||||||
|
|
||||||
\item[dircache.py]
|
|
||||||
--- like os.listdir, but caches results
|
|
||||||
|
|
||||||
\item[dircmp.py]
|
\item[dircmp.py]
|
||||||
--- class to build directory diff tools on
|
--- class to build directory diff tools on
|
||||||
|
|
||||||
\item[pipes.py]
|
\item[pipes.py]
|
||||||
--- Conversion pipeline templates (hmm)
|
--- Conversion pipeline templates (hmm)
|
||||||
|
|
||||||
\item[statcache.py]
|
|
||||||
--- Maintain a cache of file stats
|
|
||||||
|
|
||||||
\item[pty.py]
|
\item[pty.py]
|
||||||
--- Pseudo terminal utilities
|
--- Pseudo terminal utilities
|
||||||
|
|
||||||
|
@ -102,9 +90,6 @@ are not documented beyond this mention.
|
||||||
|
|
||||||
\item[toaiff.py]
|
\item[toaiff.py]
|
||||||
--- Convert "arbitrary" sound files to AIFF files
|
--- Convert "arbitrary" sound files to AIFF files
|
||||||
|
|
||||||
\item[wave.py]
|
|
||||||
--- parse WAVE files
|
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
||||||
|
|
||||||
|
@ -220,10 +205,6 @@ key. (This is an extension module.)
|
||||||
--- A highly experimental and dangerous device for calling
|
--- A highly experimental and dangerous device for calling
|
||||||
arbitrary \C{} functions in arbitrary shared libraries.
|
arbitrary \C{} functions in arbitrary shared libraries.
|
||||||
|
|
||||||
\item[newmodule.c]
|
|
||||||
--- Tommy Burnette's \module{new} module (creates new empty objects of
|
|
||||||
certain kinds) --- dangerous.
|
|
||||||
|
|
||||||
\item[nismodule.c]
|
\item[nismodule.c]
|
||||||
--- NIS (a.k.a. Sun's Yellow Pages) interface.
|
--- NIS (a.k.a. Sun's Yellow Pages) interface.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue