[Python-checkins] CVS: python/dist/src/Doc/lib libasyncore.tex,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Tue, 29 May 2001 08:37:47 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv17500/lib

Modified Files:
	libasyncore.tex 
Log Message:

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

This closes SF bug #427985.


Index: libasyncore.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libasyncore.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** libasyncore.tex	2001/04/09 15:57:06	1.7
--- libasyncore.tex	2001/05/29 15:37:45	1.8
***************
*** 137,141 ****
  \end{methoddesc}
  
! \begin{methoddesc}{listen}{\optional{backlog}}
    Listen for connections made to the socket.  The \var{backlog}
    argument specifies the maximum number of queued connections
--- 137,141 ----
  \end{methoddesc}
  
! \begin{methoddesc}{listen}{backlog}
    Listen for connections made to the socket.  The \var{backlog}
    argument specifies the maximum number of queued connections