]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added 'ce' to the list of "registered" values for os.name.
authorFred Drake <fdrake@acm.org>
Fri, 11 Jun 1999 18:28:37 +0000 (18:28 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 Jun 1999 18:28:37 +0000 (18:28 +0000)
Make references to the posix module hyperlinks.

Doc/lib/libos.tex

index c9a48044ff37c6ea90eb0b4e55c7ce5eba72cb4f..d15077631c9e7bfa5d3d128f9c2172e777f5ce5f 100644 (file)
@@ -7,10 +7,10 @@
 
 This module provides a more portable way of using operating system
 (OS) dependent functionality than importing an OS dependent built-in
-module like \module{posix} or \module{nt}.
+module like \refmodule{posix} or \module{nt}.
 
 This module searches for an OS dependent built-in module like
-\module{mac} or \module{posix} and exports the same functions and data
+\module{mac} or \refmodule{posix} and exports the same functions and data
 as found there.  The design of all Python's built-in OS dependent
 modules is such that as long as the same functionality is available,
 it uses the same interface; e.g., the function
@@ -54,7 +54,7 @@ When exceptions are strings, the string for the exception is
 \begin{datadesc}{name}
 The name of the OS dependent module imported.  The following names
 have currently been registered: \code{'posix'}, \code{'nt'},
-\code{'dos'}, \code{'mac'}, \code{'os2'}.
+\code{'dos'}, \code{'mac'}, \code{'os2'}, \code{'ce'}.
 \end{datadesc}
 
 \begin{datadesc}{path}