From: Fred Drake Date: Thu, 5 Aug 1999 13:41:31 +0000 (+0000) Subject: Add index entry "I/O control, buffering" for fdopen(). X-Git-Tag: v1.6a1~1027 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c9fc00f8dc1b5293906aadbb2dee0f4e414a481;p=thirdparty%2FPython%2Fcpython.git Add index entry "I/O control, buffering" for fdopen(). --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 8388d3f3fe9a..6dd733d2bf52 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -228,6 +228,7 @@ These functions create new file objects. \begin{funcdesc}{fdopen}{fd\optional{, mode\optional{, bufsize}}} 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 corresponding arguments to the built-in \function{open()} function.