lanto03 / couchdb-python

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

Broken slice operators, pop method in ListField.Proxy (patch) #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
slice operations and the pop method currently apply to the Proxy object itself 
as opposed to the 
proxied list.  Attached patch + tests

Original issue reported on code.google.com by melk...@gmail.com on 30 Sep 2009 at 9:01

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in rb9467023e4. Thanks for the patch!

Original comment by djc.ochtman on 12 Dec 2009 at 10:29