]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The parameter to the listen() method is not optional, but was marked as
authorFred Drake <fdrake@acm.org>
Tue, 29 May 2001 15:39:24 +0000 (15:39 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 May 2001 15:39:24 +0000 (15:39 +0000)
optional in the documentation.

This closes SF bug #427985.

Doc/lib/libasyncore.tex

index cce0d50ebea913b5a2bc5fc7f62fd2b1e32020dc..66998d11e849d25e2f393fc26987142794c86d0b 100644 (file)
@@ -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