Commit 8c9fc00f authored by Fred Drake's avatar Fred Drake

Add index entry "I/O control, buffering" for fdopen().

parent a94f6762
...@@ -228,6 +228,7 @@ These functions create new file objects. ...@@ -228,6 +228,7 @@ These functions create new file objects.
\begin{funcdesc}{fdopen}{fd\optional{, mode\optional{, bufsize}}} \begin{funcdesc}{fdopen}{fd\optional{, mode\optional{, bufsize}}}
Return an open file object connected to the file descriptor \var{fd}. Return an open file object connected to the file descriptor \var{fd}.
\index{I/O control!buffering}
The \var{mode} and \var{bufsize} arguments have the same meaning as The \var{mode} and \var{bufsize} arguments have the same meaning as
the corresponding arguments to the built-in \function{open()} the corresponding arguments to the built-in \function{open()}
function. function.
......
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