[Python-checkins] python/dist/src/Lib SocketServer.py,1.36,1.37
bwarsaw at users.sourceforge.net
bwarsaw at users.sourceforge.net
Thu Oct 9 19:48:54 EDT 2003
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19486
Modified Files:
SocketServer.py
Log Message:
TCPServer: Fixed typo in class docstring.
Index: SocketServer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/SocketServer.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** SocketServer.py 9 Oct 2003 22:44:05 -0000 1.36
--- SocketServer.py 9 Oct 2003 23:48:52 -0000 1.37
***************
*** 174,178 ****
- address_family
- socket_type
! - reuse_address
Instance variables:
--- 174,178 ----
- address_family
- socket_type
! - allow_reuse_address
Instance variables:
More information about the Python-checkins
mailing list