mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Trivial cleanups following bpo-31370 (#3649)
* Trivial cleanups following bpo-31370 * Also cleanup the "importlib._bootstrap_external" module
This commit is contained in:
parent
b43c4caf81
commit
88c60c9668
16 changed files with 171 additions and 209 deletions
|
|
@ -2,13 +2,13 @@ import os
|
|||
import sys
|
||||
import ssl
|
||||
import pprint
|
||||
import threading
|
||||
import urllib.parse
|
||||
# Rename HTTPServer to _HTTPServer so as to avoid confusion with HTTPSServer.
|
||||
from http.server import (HTTPServer as _HTTPServer,
|
||||
SimpleHTTPRequestHandler, BaseHTTPRequestHandler)
|
||||
|
||||
from test import support
|
||||
threading = support.import_module("threading")
|
||||
|
||||
here = os.path.dirname(__file__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue