home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2004 March
/
INTERNET115.ISO
/
pc
/
software
/
windows
/
building
/
python
/
python_233.exe
/
WCMAC.PY
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-28
|
201 b
|
8 lines
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: ")