From: Fred Drake Date: Fri, 17 Sep 1999 14:38:39 +0000 (+0000) Subject: os.name: Note that 'java' is one of the registered names. X-Git-Tag: v1.6a1~914 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=933d5a7c6ea8234895e059a6c068f7242652f179;p=thirdparty%2FPython%2Fcpython.git os.name: Note that 'java' is one of the registered names. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 3d8d44457dcb..2dc074053ed6 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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}