From 00123b3184a798981700f5b8940ee68d8bc7fff2 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 15 Jul 2009 15:56:13 -0400 Subject: [PATCH] set debuglevel explicitly --- http-web-services.html | 1 + 1 file changed, 1 insertion(+) diff --git a/http-web-services.html b/http-web-services.html index da99257..c9e1baf 100755 --- a/http-web-services.html +++ b/http-web-services.html @@ -553,6 +553,7 @@ reply: 'HTTP/1.1 200 OK'
 >>> import httplib2
+>>> httplib2.debuglevel = 1
 >>> h = httplib2.Http('.cache')
 >>> response, content = h.request('http://diveintopython3.org/examples/feed-302.xml')  
 connect: (diveintopython3.org, 80)