]> granicus.if.org Git - python/commitdiff
Bump __version__; add authorship note for the BaseServer patch.
authorGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 16:45:46 +0000 (16:45 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 16:45:46 +0000 (16:45 +0000)
Lib/SocketServer.py

index 170696fb83cd023fa60654d88af7e1b46a070b40..e1967fe20350dbb61e440b7df5812293fba3ee02 100644 (file)
@@ -118,8 +118,9 @@ BaseServer:
 
 """
 
+# Author of the BaseServer patch: Luke Kenneth Casson Leighton
 
-__version__ = "0.2"
+__version__ = "0.3"
 
 
 import socket