swift/swift/container
Alex Gaynor a9c119d440 Removed many unnecessary uses of dict.keys
This has a few advantages: some of these locations will perform
slightly faster, it's minutely less code, and dict.keys has a different
behavior on Python 3. Also removes usage of dict.iterkeys, which is
identical to just iterating over the dict, except it doesn't exist on
Python 3 at all.

Change-Id: Ia91e97232dc8d78cf63fa807de288fc25cf5425d
2013-09-13 15:40:32 -07:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
auditor.py Split backends off swift/common/db.py 2013-09-10 13:30:28 -06:00
backend.py Tinker with dockstrings in back-ends and related places 2013-09-11 19:46:34 -06:00
replicator.py Split backends off swift/common/db.py 2013-09-10 13:30:28 -06:00
server.py Removed many unnecessary uses of dict.keys 2013-09-13 15:40:32 -07:00
sync.py Split backends off swift/common/db.py 2013-09-10 13:30:28 -06:00
updater.py Split backends off swift/common/db.py 2013-09-10 13:30:28 -06:00