deb-python-openstacksdk/openstack/object_store
Kiran_totad 1213ccb00f Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: If5ab2f298e887a90cd43530e3fccc0294412f5c9
2017-06-29 10:08:32 +05:30
..
v1 Replace six.iteritems() with .items() 2017-06-29 10:08:32 +05:30
__init__.py Add support for Swift containers 2014-08-13 14:00:15 +00:00
object_store_service.py Move service filter out of auth 2015-08-21 04:53:53 -06:00