Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26da284

Browse files
committed
Add/remove entries due to additional sections from Moshe.
1 parent 64bc94e commit 26da284

2 files changed

Lines changed: 6 additions & 19 deletions

File tree

Doc/lib/lib.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ \chapter*{Front Matter\label{front}}
9595
\input{libpycompile} % really py_compile
9696
\input{libcompileall}
9797
\input{libdis}
98+
\input{libnew}
9899
\input{libsite}
99100
\input{libuser}
100101
\input{libbltin} % really __builtin__
@@ -127,7 +128,11 @@ \chapter*{Front Matter\label{front}}
127128
\input{liballos} % Generic Operating System Services
128129
\input{libos}
129130
\input{libposixpath} % os.path
131+
\input{libdircache}
130132
\input{libstat}
133+
\input{libstatcache}
134+
\input{libcmp}
135+
\input{libcmpcache}
131136
\input{libtime}
132137
\input{libgetpass}
133138
\input{libgetopt}
@@ -218,6 +223,7 @@ \chapter*{Front Matter\label{front}}
218223
\input{libaudioop}
219224
\input{libimageop}
220225
\input{libaifc}
226+
\input{libwave}
221227
\input{libcolorsys}
222228
\input{librgbimg}
223229
\input{libimghdr}

Doc/lib/libundoc.tex

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,12 @@ \section{Miscellaneous useful utilities}
3535
Some of these are very old and/or not very robust; marked with ``hmm''.
3636

3737
\begin{description}
38-
\item[cmp.py]
39-
--- Efficiently compare files
40-
41-
\item[cmpcache.py]
42-
--- Efficiently compare files (uses statcache)
43-
44-
\item[dircache.py]
45-
--- like os.listdir, but caches results
46-
4738
\item[dircmp.py]
4839
--- class to build directory diff tools on
4940

5041
\item[pipes.py]
5142
--- Conversion pipeline templates (hmm)
5243

53-
\item[statcache.py]
54-
--- Maintain a cache of file stats
55-
5644
\item[pty.py]
5745
--- Pseudo terminal utilities
5846

@@ -102,9 +90,6 @@ \section{Multimedia}
10290

10391
\item[toaiff.py]
10492
--- Convert "arbitrary" sound files to AIFF files
105-
106-
\item[wave.py]
107-
--- parse WAVE files
10893
\end{description}
10994

11095

@@ -220,10 +205,6 @@ \section{Extension modules}
220205
--- A highly experimental and dangerous device for calling
221206
arbitrary \C{} functions in arbitrary shared libraries.
222207

223-
\item[newmodule.c]
224-
--- Tommy Burnette's \module{new} module (creates new empty objects of
225-
certain kinds) --- dangerous.
226-
227208
\item[nismodule.c]
228209
--- NIS (a.k.a. Sun's Yellow Pages) interface.
229210

0 commit comments

Comments
 (0)