diff options
author | Thomas Heller <theller@ctypes.org> | 2002-11-07 16:33:44 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2002-11-07 16:33:44 (GMT) |
commit | 5b470e0a3aa0ad4da38b603d88b90a3018cfa131 (patch) | |
tree | 29fc33662f2e3dc3f1e23e6fc8159960a46f0b19 /Doc | |
parent | 95cb7e4ae518d22702439fbb8f834f929547e0c0 (diff) | |
download | cpython-5b470e0a3aa0ad4da38b603d88b90a3018cfa131.zip cpython-5b470e0a3aa0ad4da38b603d88b90a3018cfa131.tar.gz cpython-5b470e0a3aa0ad4da38b603d88b90a3018cfa131.tar.bz2 |
Document the changed fdopen behaviour.
(Hope the markup is ok).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libos.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 2b4728c..fa9f0f3 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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}}} |