lanto03 / couchdb-python

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

ListField.remove behaves strangely #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create ListField(TextField())
2. call list_field.append('a')
3. call list_field.append('a')

What is the expected output? What do you see instead?
One would expect a to be removed from the list, but instead, ValueError is
raised

What version of the product are you using? On what operating system?
couchdb-python 0.5, couchdb 0.8, python 2.5, Ubuntu 8.10

Please provide any additional information below.

Original issue reported on code.google.com by gilbert....@gmail.com on 6 Apr 2009 at 2:49

GoogleCodeExporter commented 8 years ago
Thanks, fixed in r156.

Original comment by cmlenz on 29 Jun 2009 at 1:39