File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
284291specific 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 }
You can’t perform that action at this time.
0 commit comments