histrio / py-couchdb

Modern pure python CouchDB Client.
https://pycouchdb.readthedocs.org/
Other
120 stars 43 forks source link

Fix for Database's __contains__ raising NotFound #47

Closed beezz closed 9 years ago

beezz commented 9 years ago

Imo, Database.contains should return True or False and not raise NotFound.

niwinz commented 9 years ago

Thanks!