What steps will reproduce the problem?
1. Create a couchdb server object
>>> import couchdb
>>> s = couchdb.client.Server('http://localhost:5984/')
2. 'get' a database from the server which does not exist yet.
>>> db = s['foobar']
What is the expected output? What do you see instead?
Expect a ResourceNotFound exception. Instead a Database object is returned.
What version of the product are you using? On what operating system?
0.5, Ubuntu Linux 8.04
Please provide any additional information below.
Patch is attached below.
Original issue reported on code.google.com by kochhar...@gmail.com on 17 Dec 2008 at 7:26
Original issue reported on code.google.com by
kochhar...@gmail.com
on 17 Dec 2008 at 7:26Attachments: