]> granicus.if.org Git - python/commitdiff
Clarified documentation of tempnam().
authorFred Drake <fdrake@acm.org>
Tue, 12 Nov 2002 22:07:11 +0000 (22:07 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 12 Nov 2002 22:07:11 +0000 (22:07 +0000)
Closes SF bug #635656.

Doc/lib/libos.tex

index bc935b234b66e7931e7607a6fde64805513a7269..cf68f6036bda2a0e86bdab19428304e7eae8ed23 100644 (file)
@@ -972,6 +972,10 @@ files if \var{dir} is omitted or \code{None}.  If given and not
 filename.  Applications are responsible for properly creating and
 managing files created using paths returned by \function{tempnam()};
 no automatic cleanup is provided.
+On \UNIX, the environment variable \envvar{TMPDIR} overrides
+\var{dir}, while on Windows the \envvar{TMP} is used.  The specific
+behavior of this function depends on the C library implementation;
+some aspects are underspecified in system documentation.
 \warning{Use of \function{tempnam()} is vulnerable to symlink attacks;
 consider using \function{tmpfile()} instead.}
 Availability: \UNIX, Windows.