diff options
author | Fred Drake <fdrake@acm.org> | 1999-09-17 14:38:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-09-17 14:38:39 (GMT) |
commit | 933d5a7c6ea8234895e059a6c068f7242652f179 (patch) | |
tree | d0df1c765645d235f825c2dce5a8c46040e776d3 | |
parent | e6fb1c4bd3ca5c369cb33ad6228ec3eb1f13b23b (diff) | |
download | cpython-933d5a7c6ea8234895e059a6c068f7242652f179.zip cpython-933d5a7c6ea8234895e059a6c068f7242652f179.tar.gz cpython-933d5a7c6ea8234895e059a6c068f7242652f179.tar.bz2 |
os.name: Note that 'java' is one of the registered names.
-rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 3d8d444..2dc0740 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} |