mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix references to Python 3’s socketserver (lowercase) module
This commit is contained in:
parent
bb8b1cb6af
commit
463ef2b3cf
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ here = os.path.dirname(__file__)
|
|||
HOST = support.HOST
|
||||
CERTFILE = os.path.join(here, 'keycert.pem')
|
||||
|
||||
# This one's based on HTTPServer, which is based on SocketServer
|
||||
# This one's based on HTTPServer, which is based on socketserver
|
||||
|
||||
class HTTPSServer(_HTTPServer):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue