mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #23418: Add missing entries to http.server.__all__.
Patch by Martin Panter.
This commit is contained in:
parent
a25c542c47
commit
366c570d1f
2 changed files with 18 additions and 1 deletions
|
@ -82,7 +82,10 @@ XXX To do:
|
|||
|
||||
__version__ = "0.6"
|
||||
|
||||
__all__ = ["HTTPServer", "BaseHTTPRequestHandler"]
|
||||
__all__ = [
|
||||
"HTTPServer", "BaseHTTPRequestHandler",
|
||||
"SimpleHTTPRequestHandler", "CGIHTTPRequestHandler",
|
||||
]
|
||||
|
||||
import html
|
||||
import http.client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue