mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Create http package. #2883.
This commit is contained in:
parent
744c2cd325
commit
2442015af2
50 changed files with 930 additions and 1203 deletions
|
|
@ -10,7 +10,7 @@ For example usage, see the 'if __name__=="__main__"' block at the end of the
|
|||
module. See also the BaseHTTPServer module docs for other API information.
|
||||
"""
|
||||
|
||||
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
|
||||
from http.server import BaseHTTPRequestHandler, HTTPServer
|
||||
import urllib, sys
|
||||
from wsgiref.handlers import SimpleHandler
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue