Kaydet (Commit) 04101960 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst d1f2d7ee
...@@ -35,8 +35,8 @@ below. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment