oslo.messaging/oslo_messaging/_drivers/zmq_driver/client
James Page 5626782fac py37: drop use of 'async' as parameter name
Python 3.7 does not allow the use of 'async' as
a parameter name or object attribute; update
occurrences to use a different name.

This is inline with PEP-492, where await and async
are keywords.

Change-Id: I73efcafab1e0832a0ada95f6c12cb6a659dfcf27
2018-07-05 06:09:37 -05:00
..
publishers py37: drop use of 'async' as parameter name 2018-07-05 06:09:37 -05:00
__init__.py Notifier implementation 2015-08-05 13:35:24 +03:00
zmq_ack_manager.py [zmq] Send fanouts without pub/sub in background 2016-11-24 11:27:50 +00:00
zmq_client.py [zmq] Properly analyse `use_dynamic_connections` option 2017-02-06 12:06:59 +02:00
zmq_client_base.py [zmq] Restore static direct connections 2016-12-24 04:26:19 +02:00
zmq_publisher_manager.py [zmq] Send fanouts without pub/sub in background 2016-11-24 11:27:50 +00:00
zmq_receivers.py [zmq] Support message versions for rolling upgrades 2016-12-05 11:50:01 +00:00
zmq_request.py [zmq] Support message versions for rolling upgrades 2016-12-05 11:50:01 +00:00
zmq_response.py [zmq] Support message versions for rolling upgrades 2016-12-05 11:50:01 +00:00
zmq_routing_table.py Replace 'raise StopIteration' with 'return' 2018-06-29 14:39:46 +01:00
zmq_senders.py py37: drop use of 'async' as parameter name 2018-07-05 06:09:37 -05:00
zmq_sockets_manager.py [zmq] Distinguish Round-Robin/Fanout socket sending mode 2017-01-11 13:26:16 +02:00