From: Guido van Rossum Date: Sat, 24 Oct 1998 20:16:56 +0000 (+0000) Subject: Indicate that os.environ may not be a real dictionary. X-Git-Tag: v1.5.2b1~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04101960e65662188e8a7ed15eda83440400f069;p=thirdparty%2FPython%2Fcpython.git Indicate that os.environ may not be a real dictionary. --- diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 45f74af49639..e5108dbaea93 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -35,8 +35,8 @@ below. Module \module{posix} defines the following data items: \begin{datadesc}{environ} -A dictionary representing the string environment at the time -the interpreter was started. +A dictionary or dictionary look-alike representing the string +environment at the time the interpreter was started. For example, \code{posix.environ['HOME']} is the pathname of your home directory, equivalent to