On Wed, Jun 24, 2015 at 10:47 AM, Dan Stromberg <[email protected]> wrote: > Would I have to do an O(n) search to find my key?
Iterate over it - it's an iterable view in Py3 - and compare. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
