]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
os.name: Note that 'java' is one of the registered names.
authorFred Drake <fdrake@acm.org>
Fri, 17 Sep 1999 14:38:39 +0000 (14:38 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 17 Sep 1999 14:38:39 +0000 (14:38 +0000)
Doc/lib/libos.tex

index 3d8d44457dcb748781c60babdb6b49ff0b3e8f74..2dc074053ed61d9fb6ed71031b7c5216c4928b01 100644 (file)
@@ -67,7 +67,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{'ce'}.
+\code{'dos'}, \code{'mac'}, \code{'os2'}, \code{'ce'}, \code{'java'}.
 \end{datadesc}
 
 \begin{datadesc}{path}