summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-02 18:59:58 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-02 18:59:58 (GMT)
commit560bcae0f01ff462fa714a25e9d003e79b518d96 (patch)
tree8d0b75b76a03df810aa752c5554d66ab68d603b8 /Doc/lib/libundoc.tex
parenta9b9bf96fe1a64757388d8b6777281b4fd557b0b (diff)
downloadcpython-560bcae0f01ff462fa714a25e9d003e79b518d96.zip
cpython-560bcae0f01ff462fa714a25e9d003e79b518d96.tar.gz
cpython-560bcae0f01ff462fa714a25e9d003e79b518d96.tar.bz2
Added posixpath, winsound.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex19
1 files changed, 15 insertions, 4 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index d60abc0..2c51ad3 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -107,12 +107,19 @@ contains helper code for colorizing Python source code.
\section{Platform specific modules}
+
+These modules are used to implement the \refmodule{os.path} module, and
+are not documented beyond this mention.
+
\begin{description}
+\item[dospath.py]
+--- implementation of \module{os.path} on MS-DOS
+
\item[ntpath.py]
---- equivalent of posixpath on 32-bit Windows
+--- implementation on \module{os.path} on 32-bit Windows
-\item[dospath.py]
---- equivalent of posixpath on MS-DOS
+\item[posixpath.py]
+--- implementation on \module{os.path} on \POSIX{}
\end{description}
@@ -276,11 +283,15 @@ The following are SGI specific:
(obsolete hardware).
\end{description}
-The following is Windows specific:
+The following are Windows specific:
\begin{description}
\item[msvcrtmodule.c]
(in directory \file{PC/}) --- define a number of Windows
specific goodies like \function{khbit()}, \function{getch()} and
\function{setmode()}. (Windows 95 and NT only.)
+
+\item[winsound.c]
+--- Define \function{play()} and \function{stop()} operations for
+controlling audio playback on Windows.
\end{description}