From: Facundo Batista Date: Wed, 21 Mar 2007 19:41:24 +0000 (+0000) Subject: Minor clarification, saying that blocking means no timeout (from bug #882297) X-Git-Tag: v2.6a1~1951 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ff9e558901b49551e27ee48a1fb39b65037e889;p=python Minor clarification, saying that blocking means no timeout (from bug #882297) --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index e9c853af8e..e0ce0a54d8 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -548,7 +548,7 @@ are described in \ref{bltin-file-objects}, ``File Objects.'') The file object references a \cfunction{dup()}ped version of the socket file descriptor, so the file object and socket object may be closed or garbage-collected independently. -The socket must be in blocking mode. +The socket must be in blocking mode (it can not have a timeout). \index{I/O control!buffering}The optional \var{mode} and \var{bufsize} arguments are interpreted the same way as by the built-in \function{file()} function; see ``Built-in Functions''