From: Fred Drake Date: Fri, 17 Apr 1998 14:51:04 +0000 (+0000) Subject: Mark TMPDIR correctly. X-Git-Tag: v1.5.2a1~889 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f5155817be8fed59ccb00b0d3ea5fc9986f9d8b;p=thirdparty%2FPython%2Fcpython.git Mark TMPDIR correctly. --- diff --git a/Doc/lib/libtempfile.tex b/Doc/lib/libtempfile.tex index d81084e11e11..93577e760ff0 100644 --- a/Doc/lib/libtempfile.tex +++ b/Doc/lib/libtempfile.tex @@ -26,12 +26,11 @@ are initialized at the first call to \function{mktemp()}. \begin{datadesc}{tempdir} When set to a value other than \code{None}, this variable defines the directory in which filenames returned by \function{mktemp()} reside. -The default is taken from the environment variable \code{TMPDIR}; if +The default is taken from the environment variable \envvar{TMPDIR}; if this is not set, either \file{/usr/tmp} is used (on \UNIX{}), or the current working directory (all other systems). No check is made to see whether its value is valid. \end{datadesc} -\ttindex{TMPDIR} \begin{datadesc}{template} When set to a value other than \code{None}, this variable defines the diff --git a/Doc/libtempfile.tex b/Doc/libtempfile.tex index d81084e11e11..93577e760ff0 100644 --- a/Doc/libtempfile.tex +++ b/Doc/libtempfile.tex @@ -26,12 +26,11 @@ are initialized at the first call to \function{mktemp()}. \begin{datadesc}{tempdir} When set to a value other than \code{None}, this variable defines the directory in which filenames returned by \function{mktemp()} reside. -The default is taken from the environment variable \code{TMPDIR}; if +The default is taken from the environment variable \envvar{TMPDIR}; if this is not set, either \file{/usr/tmp} is used (on \UNIX{}), or the current working directory (all other systems). No check is made to see whether its value is valid. \end{datadesc} -\ttindex{TMPDIR} \begin{datadesc}{template} When set to a value other than \code{None}, this variable defines the