Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 112d20d5274acbb606acfe3594fd10aa10287b52 authored by cvs2svn on 20 July 2001, 14:55:28 UTC
This commit was manufactured by cvs2svn to create tag 'r211'.
Tip revision: 112d20d
wcmac.py
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: ")
back to top