This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients Walter.Woods, orsenthil, r.david.murray
Date 2010-04-29.20:52:13
SpamBayes Score 0.020243706
Marked as misclassified No
Message-id <1272574337.0.0.835347500297.issue8572@psf.upfronthosting.co.za>
In-reply-to
Content
And also, the code which is using getheader of HTTPResponse object would mostly (but incorrectly in py3k) be passing a string as default. The HTTP headers have been a dict with key,values as strings. Counchdb-python - does this make HTTP reqs? I am not sure if having int-values in the header values is proper.

So, David's last e.g seems just fine. Check if it is string and for the code's requirement, make it a list.
History
Date User Action Args
2010-04-29 20:52:17orsenthilsetrecipients: + orsenthil, r.david.murray, Walter.Woods
2010-04-29 20:52:16orsenthilsetmessageid: <1272574337.0.0.835347500297.issue8572@psf.upfronthosting.co.za>
2010-04-29 20:52:14orsenthillinkissue8572 messages
2010-04-29 20:52:14orsenthilcreate