mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Tiny script to play with it on a Mac.
This commit is contained in:
parent
d7c9d96d3e
commit
68bdad1015
1 changed files with 7 additions and 0 deletions
7
Tools/webchecker/wcmac.py
Normal file
7
Tools/webchecker/wcmac.py
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue