Getting HTTP responses - a python linkchecking script.

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Mon May 8 02:58:18 EDT 2006


blair.bethwaite at gmail.com:
>with urllib2 it doesn't seem possible to get HTTP status codes.

        except urllib2.HTTPError, e:
            if e.code == 403:

-- 
René Pijlman



More information about the Python-list mailing list