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 Walter.Woods
Recipients Walter.Woods, orsenthil, r.david.murray
Date 2010-04-29.21:13:13
SpamBayes Score 9.4995285e-06
Marked as misclassified No
Message-id <1272575599.71.0.170919903893.issue8572@psf.upfronthosting.co.za>
In-reply-to
Content
couchdb-python makes http requests, yes.  

Passing in a number might be mildly inappropriate, BUT I'd like to point out that the default might be used to find out if the header is not set (hence its default value of None).  

It should not assume that a string is the proper input; any sentinel value should work (especially as python is dynamic, and the default parameter is not actually used for the function's logic).

Which goes back to the original patch, unless a list or tuple is provided, in which case the list is comma joined for backwards compatibility as suggested by David.
History
Date User Action Args
2010-04-29 21:13:19Walter.Woodssetrecipients: + Walter.Woods, orsenthil, r.david.murray
2010-04-29 21:13:19Walter.Woodssetmessageid: <1272575599.71.0.170919903893.issue8572@psf.upfronthosting.co.za>
2010-04-29 21:13:14Walter.Woodslinkissue8572 messages
2010-04-29 21:13:14Walter.Woodscreate