diff options
author | Guido van Rossum <guido@python.org> | 2001-12-11 22:41:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-12-11 22:41:24 (GMT) |
commit | f0953b9dff9a0cc08b6dcfe206047c0490e1d38a (patch) | |
tree | 830470b9151fb3e794cb285becc5c004210f3d64 /Tools/freeze/parsesetup.py | |
parent | 3a8e59ebe158d1fed37e9e916e1fa7b8af24a5d8 (diff) | |
download | cpython-f0953b9dff9a0cc08b6dcfe206047c0490e1d38a.zip cpython-f0953b9dff9a0cc08b6dcfe206047c0490e1d38a.tar.gz cpython-f0953b9dff9a0cc08b6dcfe206047c0490e1d38a.tar.bz2 |
Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txt
The cause seems to be that when a file URL doesn't exist,
urllib.urlopen() raises OSError instead of IOError. Simply add this
to the except clause. Not elegant, but effective. :-)
Diffstat (limited to 'Tools/freeze/parsesetup.py')
0 files changed, 0 insertions, 0 deletions