os.name: Note that 'java' is one of the registered names.

This commit is contained in:
Fred Drake 1999-09-17 14:38:39 +00:00
parent e6fb1c4bd3
commit 933d5a7c6e

View 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}