Added an index entry.

This commit is contained in:
Fred Drake 1998-03-16 05:21:08 +00:00
parent 7bf5e0828f
commit 52405c899a
2 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,7 @@ object.
\end{funcdesc}
\begin{funcdesc}{putenv}{varname\, value}
\index{environment variables!setting}
Set the environment variable named \var{varname} to the string
\var{value}. Such changes to the environment affect subprocesses
started with \function{os.system()}, \function{os.popen()} or

View File

@ -292,6 +292,7 @@ object.
\end{funcdesc}
\begin{funcdesc}{putenv}{varname\, value}
\index{environment variables!setting}
Set the environment variable named \var{varname} to the string
\var{value}. Such changes to the environment affect subprocesses
started with \function{os.system()}, \function{os.popen()} or