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

Skip to content

Commit 560bcae

Browse files
committed
Added posixpath, winsound.
1 parent a9b9bf9 commit 560bcae

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,19 @@ \section{Parsing Python}
107107

108108
\section{Platform specific modules}
109109

110+
111+
These modules are used to implement the \refmodule{os.path} module, and
112+
are not documented beyond this mention.
113+
110114
\begin{description}
115+
\item[dospath.py]
116+
--- implementation of \module{os.path} on MS-DOS
117+
111118
\item[ntpath.py]
112-
--- equivalent of posixpath on 32-bit Windows
119+
--- implementation on \module{os.path} on 32-bit Windows
113120

114-
\item[dospath.py]
115-
--- equivalent of posixpath on MS-DOS
121+
\item[posixpath.py]
122+
--- implementation on \module{os.path} on \POSIX{}
116123
\end{description}
117124

118125

@@ -276,11 +283,15 @@ \section{Extension modules}
276283
(obsolete hardware).
277284
\end{description}
278285

279-
The following is Windows specific:
286+
The following are Windows specific:
280287

281288
\begin{description}
282289
\item[msvcrtmodule.c]
283290
(in directory \file{PC/}) --- define a number of Windows
284291
specific goodies like \function{khbit()}, \function{getch()} and
285292
\function{setmode()}. (Windows 95 and NT only.)
293+
294+
\item[winsound.c]
295+
--- Define \function{play()} and \function{stop()} operations for
296+
controlling audio playback on Windows.
286297
\end{description}

0 commit comments

Comments
 (0)