mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Indicate that os.environ may not be a real dictionary.
This commit is contained in:
parent
d1f2d7eede
commit
04101960e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue