mirror of https://github.com/python/cpython.git
Tiny script to play with it on a Mac.
This commit is contained in:
parent
d7c9d96d3e
commit
68bdad1015
|
@ -0,0 +1,7 @@
|
|||
import webchecker, sys
|
||||
webchecker.DEFROOT = "http://www.python.org/python/"
|
||||
webchecker.MAXPAGE = 50000
|
||||
webchecker.verbose = 2
|
||||
sys.argv.append('-x')
|
||||
webchecker.main()
|
||||
raw_input("\nCR to exit: ")
|
Loading…
Reference in New Issue