[Python-checkins] CVS: python/dist/src/Lib SocketServer.py,1.21,1.22

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 19 Jan 2001 08:45:48 -0800


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

Modified Files:
	SocketServer.py 
Log Message:
Bump __version__; add authorship note for the BaseServer patch.


Index: SocketServer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/SocketServer.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** SocketServer.py	2001/01/19 00:44:41	1.21
--- SocketServer.py	2001/01/19 16:45:46	1.22
***************
*** 119,124 ****
  """
  
  
! __version__ = "0.2"
  
  
--- 119,125 ----
  """
  
+ # Author of the BaseServer patch: Luke Kenneth Casson Leighton
  
! __version__ = "0.3"