Commit 5b470e0a authored by Thomas Heller's avatar Thomas Heller

Document the changed fdopen behaviour.

(Hope the markup is ok).
parent 95cb7e4a
......@@ -298,6 +298,10 @@ The \var{mode} and \var{bufsize} arguments have the same meaning as
the corresponding arguments to the built-in \function{open()}
function.
Availability: Macintosh, \UNIX, Windows.
\versionchanged[When specified, the \var{mode} argument must now start
with one of the letters \code{'r'}, \code{'w'}, or \code{'a'},
otherwise a \exception{ValueError} is raised. ]{2.3}
\end{funcdesc}
\begin{funcdesc}{popen}{command\optional{, mode\optional{, bufsize}}}
......
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