Tiny script to play with it on a Mac.

This commit is contained in:
Guido van Rossum 1997-05-28 16:09:02 +00:00
parent d7c9d96d3e
commit 68bdad1015
1 changed files with 7 additions and 0 deletions

View 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: ")