releases/openstack_releases
loooosy 26147887eb 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: I83997d0c43826c9d5b06a72d93365e8e9b4587af
2017-04-05 17:51:02 +08:00
..
cmds [rally] add stable 0.9 branch 2017-03-27 18:56:36 +03:00
tests add support for storyboard bug and task trackers 2017-03-16 11:34:24 -04:00
__init__.py add list-deliverables command 2016-11-22 10:29:06 -05:00
defaults.py Revert Revert "set the default series to pike" 2017-02-27 10:53:22 -05:00
deliverable.py teach list-deliverables to filter on governance tags 2017-02-08 15:48:36 -05:00
flags.py add a "retired" flag for repositories 2016-06-09 14:17:51 -04:00
gitutils.py make validate work with python 3 2017-03-03 15:00:04 -05:00
governance.py teach list-deliverables to filter on governance tags 2017-02-08 15:48:36 -05:00
links.py teach missing-releases to look for artifacts as well as tags 2016-12-16 16:05:58 -05:00
project_config.py Create stable/ocata branch for openstack-manuals 2017-03-24 11:56:49 +02:00
puppetutils.py add validation rule to ensure puppet module metadata matches the tag 2017-01-30 16:09:34 -05:00
pythonutils.py make validate work with python 3 2017-03-03 15:00:04 -05:00
sphinxext.py default deliverable type to other in sort 2017-03-03 15:43:25 -05:00
versionutils.py Create stable/ocata branch for openstack-manuals 2017-03-24 11:56:49 +02:00
wiki.py fix wiki module for python3 2017-03-03 15:00:04 -05:00
yamlutils.py Replace six.iteritems() with .items() 2017-04-05 17:51:02 +08:00