summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-09-17 14:38:39 (GMT)
committerFred Drake <fdrake@acm.org>1999-09-17 14:38:39 (GMT)
commit933d5a7c6ea8234895e059a6c068f7242652f179 (patch)
treed0df1c765645d235f825c2dce5a8c46040e776d3 /Doc/lib/libos.tex
parente6fb1c4bd3ca5c369cb33ad6228ec3eb1f13b23b (diff)
downloadcpython-933d5a7c6ea8234895e059a6c068f7242652f179.zip
cpython-933d5a7c6ea8234895e059a6c068f7242652f179.tar.gz
cpython-933d5a7c6ea8234895e059a6c068f7242652f179.tar.bz2
os.name: Note that 'java' is one of the registered names.
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex2
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}