Indicate that os.environ may not be a real dictionary.

This commit is contained in:
Guido van Rossum 1998-10-24 20:16:56 +00:00
parent d1f2d7eede
commit 04101960e6
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ below.
Module \module{posix} defines the following data items: Module \module{posix} defines the following data items:
\begin{datadesc}{environ} \begin{datadesc}{environ}
A dictionary representing the string environment at the time A dictionary or dictionary look-alike representing the string
the interpreter was started. environment at the time the interpreter was started.
For example, For example,
\code{posix.environ['HOME']} \code{posix.environ['HOME']}
is the pathname of your home directory, equivalent to is the pathname of your home directory, equivalent to