From: Fred Drake Date: Tue, 29 May 2001 15:39:24 +0000 (+0000) Subject: The parameter to the listen() method is not optional, but was marked as X-Git-Tag: v2.1.1c1~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0108b375da06e736e2d1547eecdfad28b6bd7157;p=thirdparty%2FPython%2Fcpython.git The parameter to the listen() method is not optional, but was marked as optional in the documentation. This closes SF bug #427985. --- diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index cce0d50ebea9..66998d11e849 100644 --- a/Doc/lib/libasyncore.tex +++ b/Doc/lib/libasyncore.tex @@ -136,7 +136,7 @@ identical to their socket partners. Read at most \var{buffer_size} bytes from the socket. \end{methoddesc} -\begin{methoddesc}{listen}{\optional{backlog}} +\begin{methoddesc}{listen}{backlog} Listen for connections made to the socket. The \var{backlog} argument specifies the maximum number of queued connections and should be at least 1; the maximum value is