oslo.messaging/oslo_messaging/_drivers/pika_driver
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
..
__init__.py Splits pika driver into several files 2015-11-05 12:45:52 -05:00
pika_commons.py Add configurable serialization to pika 2016-09-10 12:28:25 +00:00
pika_connection_factory.py Config: no need to set default=None 2016-06-28 15:47:39 +08:00
pika_connection.py Implements configurable connection factory 2016-05-12 11:51:26 +03:00
pika_engine.py Add configurable serialization to pika 2016-09-10 12:28:25 +00:00
pika_exceptions.py Preparations for configurable serialization 2015-12-07 18:15:20 +02:00
pika_listener.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00
pika_message.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
pika_poller.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00