What steps will reproduce the problem?
1. server = couchdb.Server(url)
2. dbname = 'db-which-doesnt-exist'
3. dbname in server
What is the expected output? What do you see instead?
False
I see:
couchdb.client.ServerError: (500, (u'error', u'not_found'))
What version of the product are you using? On what operating system?
0.4
Please provide any additional information below.
Original issue reported on code.google.com by hoi...@gmail.com on 20 Oct 2008 at 5:11
Original issue reported on code.google.com by
hoi...@gmail.com
on 20 Oct 2008 at 5:11