Can anyone provide an example how to find out the return code and
header  from an urllib2 request?
For example
response = urllib2.urlopen('http://www.google.com').read().strip()
provides data
 but I do not know if the return code was 200 or different.

Thanks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to