mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Whole lotta changes.
This commit is contained in:
parent
d69a84b01e
commit
228b8e88bc
52 changed files with 2276 additions and 434 deletions
|
@ -191,11 +191,6 @@ def executable(path):
|
|||
|
||||
def test(HandlerClass = CGIHTTPRequestHandler,
|
||||
ServerClass = BaseHTTPServer.HTTPServer):
|
||||
import sys
|
||||
if sys.argv[1:2] == ['-r']:
|
||||
db = MyArchive()
|
||||
db.regenindices()
|
||||
return
|
||||
SimpleHTTPServer.test(HandlerClass, ServerClass)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue