Merge socketserver fixes from 3.5 into 3.6

This commit is contained in:
Martin Panter 2016-09-22 10:33:51 +00:00
commit 3217b1243e
3 changed files with 3 additions and 3 deletions

View file

@ -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: