Added a few minor comments, mostly to discourage documentation of

really old modules that may become obsolete.
This commit is contained in:
Fred Drake 1999-06-18 19:58:59 +00:00
parent a48a083edb
commit 6f49e0a154
1 changed files with 13 additions and 11 deletions

View File

@ -16,9 +16,8 @@ effort spent.
\item[Tkinter.py] \item[Tkinter.py]
--- Interface to Tcl/Tk for graphical user interfaces; --- Interface to Tcl/Tk for graphical user interfaces;
Fredrik Lundh is working on this one! See \emph{An Introduction to Fredrik Lundh is working on this one! See \emph{An Introduction to
Tkinter} at Tkinter} at \url{http://www.pythonware.com/library/} for on-line
\url{http://www.pythonware.com/library/tkinter/introduction} for reference material.
on-line reference material.
\item[Tkdnd.py] \item[Tkdnd.py]
--- Drag-and-drop support for \module{Tkinter}. --- Drag-and-drop support for \module{Tkinter}.
@ -39,7 +38,8 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
--- 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, used by \module{toaiff} and
\module{torgb})
\item[pty.py] \item[pty.py]
--- Pseudo terminal utilities --- Pseudo terminal utilities
@ -50,9 +50,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
\item[bdb.py] \item[bdb.py]
--- A generic Python debugger base class (used by pdb) --- A generic Python debugger base class (used by pdb)
\item[wdb.py]
--- A primitive windowing debugger based on STDWIN.
\item[ihooks.py] \item[ihooks.py]
--- Import hook support (for rexec) --- Import hook support (for rexec)
\end{description} \end{description}
@ -60,9 +57,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
\section{Platform specific modules} \section{Platform specific modules}
These modules are used to implement the \refmodule{os.path} module,
These modules are used to implement the \refmodule{os.path} module, and and are not documented beyond this mention. There's little need to
are not documented beyond this mention. document these.
\begin{description} \begin{description}
\item[dospath.py] \item[dospath.py]
@ -89,13 +86,15 @@ are not documented beyond this mention.
--- interpret sun audio headers --- interpret sun audio headers
\item[toaiff.py] \item[toaiff.py]
--- Convert "arbitrary" sound files to AIFF files --- Convert "arbitrary" sound files to AIFF files; should probably
become a tool or demo
\end{description} \end{description}
\section{Oddities} \section{Oddities}
These modules are probably also obsolete, or just not very useful. These modules are probably also obsolete, or just not very useful.
Some of these may be made into tools or demos in future releases.
\begin{description} \begin{description}
\item[find.py] \item[find.py]
@ -166,6 +165,9 @@ func.func_name, co.co_firstlineno).
\item[util.py] \item[util.py]
--- Useful functions that don't fit elsewhere. --- Useful functions that don't fit elsewhere.
\item[wdb.py]
--- A primitive windowing debugger based on STDWIN.
\item[whatsound.py] \item[whatsound.py]
--- Recognize sound files; use \refmodule{sndhdr} instead. --- Recognize sound files; use \refmodule{sndhdr} instead.