Kaydet (Commit) 0e1de8bd authored tarafından Fred Drake's avatar Fred Drake

Minor nits, partly in response to comments from Jonathan Black

<jblack@Ridgeway-Sys.com>.
üst b08f51b9
......@@ -79,9 +79,9 @@ Availability: Macintosh, \UNIX{}, Windows.
\end{funcdesc}
\begin{datadesc}{environ}
A mapping representing the string environment. For example,
\code{environ['HOME']} is the pathname of your home directory,
equivalent to \code{getenv("HOME")} in C.
A mapping object representing the string environment. For example,
\code{environ['HOME']} is the pathname of your home directory (on some
platforms), and is equivalent to \code{getenv("HOME")} in C.
If the platform supports the \function{putenv()} function, this
mapping may be used to modify the environment as well as query the
......
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