oslo.messaging/oslo_messaging/notify
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 batch notification listener 2015-12-08 09:14:20 +01:00
_impl_log.py Revert "Ensure the json result type is bytes on Python 3" 2016-03-11 09:00:08 +00:00
_impl_messaging.py Provide alias to oslo_messaging.notify._impl_messaging 2015-11-19 12:45:14 -08:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Remove deprecated localcontext 2016-05-18 09:28:15 +02:00
filter.py Fix notify filter when data item is None 2016-09-03 14:45:44 +00:00
listener.py [document] The example which is written in the developer guide of 2016-10-07 18:07:00 +09:00
log_handler.py Option group for notifications 2015-11-30 19:30:05 +00:00
logger.py Remove qpidd's driver from the tree 2015-11-20 18:43:28 +00:00
messaging.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00
middleware.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
notifier.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00