Files
python-keystoneclient/keystoneclient/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
..
2015-10-01 18:18:13 +00:00
2016-05-04 19:47:14 +00:00
2016-05-04 19:47:14 +00:00
2016-05-04 19:47:14 +00:00
2016-05-04 19:47:14 +00:00
2016-05-04 19:47:14 +00:00
2016-08-24 18:52:36 +10:00
2016-07-29 16:17:44 +03:00