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

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 25 Aug 2002 09:27:35 -0700


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

Modified Files:
	libsocksvr.tex 
Log Message:
Correct documentation of allow_reuse_address to match the actual script.

Closes SF bug 599681.


Index: libsocksvr.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocksvr.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** libsocksvr.tex	13 Dec 2000 20:39:22 -0000	1.14
--- libsocksvr.tex	25 Aug 2002 16:27:33 -0000	1.15
***************
*** 97,101 ****
  \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}
  
--- 97,101 ----
  \begin{datadesc}{allow_reuse_address}
  Whether the server will allow the reuse of an address. This defaults
! to \code{False}, and can be set in subclasses to change the policy.
  \end{datadesc}