oslo.messaging/oslo_messaging
Li-zhigang ea8fad47a5 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: Ia235afc3532f62f265f91ca46d2306c72fc2a2a2
2016-11-23 09:02:14 +00:00
..
_cmd [zmq] Make second ROUTER socket optional for proxy 2016-09-26 11:41:29 +03:00
_drivers Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
hacking Update CheckForLoggingIssues hacking rule from keystone 2016-03-23 06:28:30 -04:00
locale/en_GB/LC_MESSAGES Imported Translations from Zanata 2016-07-01 07:58:08 +00:00
notify Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
rpc Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
tests Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
__init__.py Remove deprecated localcontext 2016-05-18 09:28:15 +02:00
_i18n.py Update translation setup 2016-01-29 10:39:35 +00:00
_utils.py Use method fetch_current_thread_functor from oslo.utils 2016-09-24 15:22:44 +08:00
conffixture.py [zmq] Redis unavailability is not critical 2016-08-16 11:29:59 +03:00
dispatcher.py Remove useless logging import statements 2016-11-08 10:11:13 +08:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
opts.py Add configurable serialization to pika 2016-09-10 12:28:25 +00:00
serializer.py serializer: deprecate RequestContextSerializer 2016-04-14 16:36:05 +02:00
server.py Documents recommended executor 2016-05-23 10:14:02 +02:00
target.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00
transport.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
version.py Add reno for releasenotes management 2016-05-19 17:14:31 +03:00