]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Properly mark the availability of tempnam() and tmpnam().
authorFred Drake <fdrake@acm.org>
Fri, 22 Jun 2001 15:41:58 +0000 (15:41 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Jun 2001 15:41:58 +0000 (15:41 +0000)
Doc/lib/libos.tex

index f211f99e6dfaad7ba90533834583d2dc5c8e03a6..ca9a206d854cf33c4da497b0216f78d2a29f3dc1 100644 (file)
@@ -781,6 +781,7 @@ 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.
+Availability: \UNIX.
 \end{funcdesc}
 
 \begin{funcdesc}{tmpnam}{}
@@ -790,11 +791,13 @@ entry in a common location for temporary files.  Applications are
 responsible for properly creating and managing files created using
 paths returned by \function{tmpnam()}; no automatic cleanup is
 provided.
+Availability: \UNIX.
 \end{funcdesc}
 
 \begin{datadesc}{TMP_MAX}
 The maximum number of unique names that \function{tmpnam()} will
 generate before reusing names.
+Availability: \UNIX, Windows.
 \end{datadesc}
 
 \begin{funcdesc}{unlink}{path}