repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
[python/dscho.git]
/
Tools
/
webchecker
/
wcmac.py
blob
9c8a199611c0c27c82fee449b5eb0ae39113fb2e
1
import
webchecker
,
sys
2
webchecker
.
DEFROOT
=
"http://www.python.org/python/"
3
webchecker
.
MAXPAGE
=
50000
4
webchecker
.
verbose
=
2
5
sys
.
argv
.
append
(
'-x'
)
6
webchecker
.
main
()
7
raw_input
(
"
\n
CR to exit: "
)