debuglevel for a HTTP request
cgoldberg
cgoldberg at gmail.com
Tue Mar 24 18:32:55 EDT 2009
> It doesn't show the debug output, any ideas?
I think like this:
opener = urllib2.build_opener(urllib2.HTTPHandler(debuglevel=1))
More information about the Python-list
mailing list