[Python-checkins] CVS: python/dist/src/Doc/lib libsocksvr.tex,1.13,1.14

Moshe Zadka python-dev@python.org
Wed, 13 Dec 2000 12:39:24 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6341/Doc/lib

Modified Files:
	libsocksvr.tex 
Log Message:
Changing allow_reuse_address's default value, and documenting it.


Index: libsocksvr.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocksvr.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** libsocksvr.tex	2000/10/10 17:03:45	1.13
--- libsocksvr.tex	2000/12/13 20:39:22	1.14
***************
*** 95,98 ****
--- 95,103 ----
  The server classes support the following class variables:
  
+ \begin{datadesc}{allow_reuse_address}
+ Whether the server will allow the reuse of an address. This defaults
+ to true, and can be set in subclasses to change the policy.
+ \end{datadesc}
+ 
  \begin{datadesc}{request_queue_size}
  The size of the request queue.  If it takes a long time to process a