File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ \section{\module{os} ---
77
88This module provides a more portable way of using operating system
99(OS) dependent functionality than importing an OS dependent built-in
10- module like \module {posix} or \module {nt}.
10+ module like \refmodule {posix} or \module {nt}.
1111
1212This module searches for an OS dependent built-in module like
13- \module {mac} or \module {posix} and exports the same functions and data
13+ \module {mac} or \refmodule {posix} and exports the same functions and data
1414as found there. The design of all Python's built-in OS dependent
1515modules is such that as long as the same functionality is available,
1616it uses the same interface; e.g., the function
@@ -54,7 +54,7 @@ \section{\module{os} ---
5454\begin {datadesc }{name}
5555The name of the OS dependent module imported. The following names
5656have currently been registered: \code {'posix'}, \code {'nt'},
57- \code {'dos'}, \code {'mac'}, \code {'os2'}.
57+ \code {'dos'}, \code {'mac'}, \code {'os2'}, \code {'ce'} .
5858\end {datadesc }
5959
6060\begin {datadesc }{path}
You can’t perform that action at this time.
0 commit comments