mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
os.name: Note that 'java' is one of the registered names.
This commit is contained in:
parent
e6fb1c4bd3
commit
933d5a7c6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue