Files
python-keystoneclient/keystoneclient/tests/unit/v2_0
M V P Nitesh 46b9e429a2 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: I18a6890935ebdbb589269379f21a0dd47d07eb3a
2017-04-03 18:20:52 +05:30
..
2016-08-24 18:52:27 +10:00
2015-12-18 09:23:06 +11:00
2015-12-18 09:23:06 +11:00
2016-07-29 16:17:44 +03:00