Hello everyone and thanks in advance for any ideas, suggestions or answers. First, the environment: I am using CouchDB (currently developing on 1.0.2) and couchdb-lucene 0.7.Obviously, I am using cou
I\'m using python, and I have a list of sets, constructed like this: list = [set([])]*n ...where n is the number of sets I want in the list. I want to add a value to a specific set in the list. Say