mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Merge socketserver fixes from 3.5 into 3.6
This commit is contained in:
commit
3217b1243e
3 changed files with 3 additions and 3 deletions
|
|
@ -2734,7 +2734,7 @@ if _have_threads:
|
|||
s.close()
|
||||
|
||||
def test_socketserver(self):
|
||||
"""Using a SocketServer to create and manage SSL connections."""
|
||||
"""Using socketserver to create and manage SSL connections."""
|
||||
server = make_https_server(self, certfile=CERTFILE)
|
||||
# try to connect
|
||||
if support.verbose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue