Commit 259575b9 authored by Fred Drake's avatar Fred Drake

Update the availability information for os.tempnam(), os.tmpfile(), and

os.tmpnam().
parent 7fc347f0
...@@ -304,7 +304,7 @@ Availability: \UNIX{}, Windows. ...@@ -304,7 +304,7 @@ Availability: \UNIX{}, Windows.
Return a new file object opened in update mode (\samp{w+}). The file Return a new file object opened in update mode (\samp{w+}). The file
has no directory entries associated with it and will be automatically has no directory entries associated with it and will be automatically
deleted once there are no file descriptors for the file. deleted once there are no file descriptors for the file.
Availability: \UNIX{}. Availability: \UNIX{}, Windows.
\end{funcdesc} \end{funcdesc}
...@@ -782,6 +782,7 @@ files if \var{dir} is omitted or \code{None}. If given and not ...@@ -782,6 +782,7 @@ files if \var{dir} is omitted or \code{None}. If given and not
filename. Applications are responsible for properly creating and filename. Applications are responsible for properly creating and
managing files created using paths returned by \function{tempnam()}; managing files created using paths returned by \function{tempnam()};
no automatic cleanup is provided. no automatic cleanup is provided.
Availability: \UNIX, Windows.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{tmpnam}{} \begin{funcdesc}{tmpnam}{}
...@@ -791,6 +792,7 @@ entry in a common location for temporary files. Applications are ...@@ -791,6 +792,7 @@ entry in a common location for temporary files. Applications are
responsible for properly creating and managing files created using responsible for properly creating and managing files created using
paths returned by \function{tmpnam()}; no automatic cleanup is paths returned by \function{tmpnam()}; no automatic cleanup is
provided. provided.
Availability: \UNIX, Windows.
\end{funcdesc} \end{funcdesc}
\begin{datadesc}{TMP_MAX} \begin{datadesc}{TMP_MAX}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment