The parameter to the listen() method is not optional, but was marked as

optional in the documentation.

This closes SF bug #427985.
This commit is contained in:
Fred Drake 2001-05-29 15:37:45 +00:00
parent b2625eb10e
commit c80d4dd695

View 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