Author: georg.brandl Date: Fri Mar 31 21:20:13 2006 New Revision: 43498 Modified: python/trunk/Doc/lib/libos.tex Log: bug #1444104: add note about fdopen() to os.open(). Modified: python/trunk/Doc/lib/libos.tex ============================================================================== --- python/trunk/Doc/lib/libos.tex (original) +++ python/trunk/Doc/lib/libos.tex Fri Mar 31 21:20:13 2006 @@ -547,7 +547,8 @@ This function is intended for low-level I/O. For normal usage, use the built-in function \function{open()}, which returns a ``file object'' with \method{read()} and \method{write()} methods (and many -more). +more). To wrap a file descriptor in a ``file object'', use +\function{fdopen()}. \end{notice} \end{funcdesc}
participants (1)
-
georg.brandl