[EMAIL PROTECTED]: >with urllib2 it doesn't seem possible to get HTTP status codes.
except urllib2.HTTPError, e: if e.code == 403: -- René Pijlman -- http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED]: >with urllib2 it doesn't seem possible to get HTTP status codes.
except urllib2.HTTPError, e: if e.code == 403: -- René Pijlman -- http://mail.python.org/mailman/listinfo/python-list