diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-18 19:58:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-18 19:58:59 (GMT) |
commit | 6f49e0a154a91f55445653fe8842d023a5343162 (patch) | |
tree | ee4d36dc2084073b23985f36bc47af5af44956ed /Doc/lib/libundoc.tex | |
parent | a48a083edb0d91a887b3d33e455a8c2a0f66d638 (diff) | |
download | cpython-6f49e0a154a91f55445653fe8842d023a5343162.zip cpython-6f49e0a154a91f55445653fe8842d023a5343162.tar.gz cpython-6f49e0a154a91f55445653fe8842d023a5343162.tar.bz2 |
Added a few minor comments, mostly to discourage documentation of
really old modules that may become obsolete.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index bcc7549..cd51c29 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -16,9 +16,8 @@ effort spent. \item[Tkinter.py] --- Interface to Tcl/Tk for graphical user interfaces; Fredrik Lundh is working on this one! See \emph{An Introduction to -Tkinter} at -\url{http://www.pythonware.com/library/tkinter/introduction} for -on-line reference material. +Tkinter} at \url{http://www.pythonware.com/library/} for on-line +reference material. \item[Tkdnd.py] --- 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 \item[pipes.py] ---- Conversion pipeline templates (hmm) +--- Conversion pipeline templates (hmm, used by \module{toaiff} and +\module{torgb}) \item[pty.py] --- Pseudo terminal utilities @@ -50,9 +50,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[bdb.py] --- A generic Python debugger base class (used by pdb) -\item[wdb.py] ---- A primitive windowing debugger based on STDWIN. - \item[ihooks.py] --- Import hook support (for rexec) \end{description} @@ -60,9 +57,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \section{Platform specific modules} - -These modules are used to implement the \refmodule{os.path} module, and -are not documented beyond this mention. +These modules are used to implement the \refmodule{os.path} module, +and are not documented beyond this mention. There's little need to +document these. \begin{description} \item[dospath.py] @@ -89,13 +86,15 @@ are not documented beyond this mention. --- interpret sun audio headers \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} \section{Oddities} 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} \item[find.py] @@ -166,6 +165,9 @@ func.func_name, co.co_firstlineno). \item[util.py] --- Useful functions that don't fit elsewhere. +\item[wdb.py] +--- A primitive windowing debugger based on STDWIN. + \item[whatsound.py] --- Recognize sound files; use \refmodule{sndhdr} instead. |