mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Bump __version__; add authorship note for the BaseServer patch.
This commit is contained in:
parent
f5c9e86333
commit
10b04180a0
1 changed files with 2 additions and 1 deletions
|
@ -118,8 +118,9 @@ BaseServer:
|
|||
|
||||
"""
|
||||
|
||||
# Author of the BaseServer patch: Luke Kenneth Casson Leighton
|
||||
|
||||
__version__ = "0.2"
|
||||
__version__ = "0.3"
|
||||
|
||||
|
||||
import socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue