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

Skip to content

Commit 2f97901

Browse files
committed
Added 'ce' to the list of "registered" values for os.name.
Make references to the posix module hyperlinks.
1 parent 60a3bd8 commit 2f97901

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libos.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ \section{\module{os} ---
77

88
This 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

1212
This 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
1414
as found there. The design of all Python's built-in OS dependent
1515
modules is such that as long as the same functionality is available,
1616
it uses the same interface; e.g., the function
@@ -54,7 +54,7 @@ \section{\module{os} ---
5454
\begin{datadesc}{name}
5555
The name of the OS dependent module imported. The following names
5656
have 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}

0 commit comments

Comments
 (0)