]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add index entry "I/O control, buffering" for fdopen().
authorFred Drake <fdrake@acm.org>
Thu, 5 Aug 1999 13:41:31 +0000 (13:41 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 5 Aug 1999 13:41:31 +0000 (13:41 +0000)
Doc/lib/libos.tex

index 8388d3f3fe9aa68dfa0b83c1ff183874748335f2..6dd733d2bf5226569ad24d9d11ae1fdec5c812a2 100644 (file)
@@ -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.