oslo.messaging/oslo_messaging/_drivers/zmq_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
..
client Remove useless logging import statements 2016-11-08 10:11:13 +08:00
matchmaker Replace retrying with tenacity 2016-11-03 12:36:57 +00:00
poller [zmq] Remove unused methods from executors 2016-09-22 20:11:00 +03:00
proxy Remove useless logging import statements 2016-11-08 10:11:13 +08:00
server Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
__init__.py Initial commit for new zmq driver implementation 2015-06-30 18:16:02 +03:00
zmq_address.py [zmq] Don't fallback to topic if wrong server specified 2016-10-20 11:52:00 +03:00
zmq_async.py [zmq] Implement retries for unacknowledged CASTs 2016-08-09 17:24:07 +03:00
zmq_names.py [zmq] Refactor consumers and incoming messages 2016-09-26 11:49:44 +03:00
zmq_options.py [zmq] Don't fallback to topic if wrong server specified 2016-10-20 11:52:00 +03:00
zmq_poller.py [zmq] Remove unused methods from executors 2016-09-22 20:11:00 +03:00
zmq_socket.py [zmq] Routing table refactoring, dynamic direct connections 2016-10-03 16:45:16 +03:00
zmq_updater.py Remove useless logging import statements 2016-11-08 10:11:13 +08:00