[Python-checkins] python/dist/src/Lib SocketServer.py, 1.35, 1.35.12.1

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Thu Oct 9 19:49:26 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19585

Modified Files:
      Tag: release23-maint
	SocketServer.py 
Log Message:
BaseServer, TCPServer: Fixed typo in class docstring.


Index: SocketServer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/SocketServer.py,v
retrieving revision 1.35
retrieving revision 1.35.12.1
diff -C2 -d -r1.35 -r1.35.12.1
*** SocketServer.py	2 Jan 2003 03:07:48 -0000	1.35
--- SocketServer.py	9 Oct 2003 23:49:24 -0000	1.35.12.1
***************
*** 174,178 ****
      - address_family
      - socket_type
!     - reuse_address
  
      Instance variables:
--- 174,178 ----
      - address_family
      - socket_type
!     - allow_reuse_address
  
      Instance variables:
***************
*** 305,309 ****
      - socket_type
      - request_queue_size (only for stream sockets)
!     - reuse_address
  
      Instance variables:
--- 305,309 ----
      - socket_type
      - request_queue_size (only for stream sockets)
!     - allow_reuse_address
  
      Instance variables:





More information about the Python-checkins mailing list