[Python-checkins] python/dist/src/Lib SocketServer.py,1.35,1.36
bwarsaw at users.sourceforge.net
bwarsaw at users.sourceforge.net
Thu Oct 9 18:44:07 EDT 2003
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv9483
Modified Files:
SocketServer.py
Log Message:
TCPServer: Fixed typo in class docstring.
Backport candidate.
Index: SocketServer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/SocketServer.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** SocketServer.py 2 Jan 2003 03:07:48 -0000 1.35
--- SocketServer.py 9 Oct 2003 22:44:05 -0000 1.36
***************
*** 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