mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation. Renamed documentation references.
This commit is contained in:
parent
fb9ce65a91
commit
d192c925ac
14 changed files with 61 additions and 64 deletions
|
@ -35,7 +35,7 @@ try:
|
|||
except ImportError:
|
||||
thread = None
|
||||
|
||||
from SocketServer import ThreadingTCPServer, StreamRequestHandler
|
||||
from socketserver import ThreadingTCPServer, StreamRequestHandler
|
||||
|
||||
|
||||
DEFAULT_LOGGING_CONFIG_PORT = 9030
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue