lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Problem with documentation db.get_attachment(docid, fname) does not return string #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I guess the documentation should be updated: get_attachment(id_or_doc, 
filename, default=None) method of class couchdb.client.Database does not return 
a string but returns a HTTPResponse object. 

Original issue reported on code.google.com by jeroen....@gmail.com on 21 Jun 2010 at 9:26

GoogleCodeExporter commented 8 years ago
Fixed in r81e4bd9e11. Now documented as returning a file-like object.

Original comment by matt.goo...@gmail.com on 21 Jun 2010 at 11:09