Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10b0418

Browse files
committed
Bump __version__; add authorship note for the BaseServer patch.
1 parent f5c9e86 commit 10b0418

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/SocketServer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ class will essentially render the service "deaf" while one request is
118118
119119
"""
120120

121+
# Author of the BaseServer patch: Luke Kenneth Casson Leighton
121122

122-
__version__ = "0.2"
123+
__version__ = "0.3"
123124

124125

125126
import socket

0 commit comments

Comments
 (0)