oslo.messaging/oslo_messaging
Dougal Matthews 044e6f20e6 Replace 'raise StopIteration' with 'return'
With PEP 479, the behaviour of StopIteration is changing. Raising it to
stop a generator is considered incorrect and from Python 3.7 this will
cause a RuntimeError. The PEP recommends using the return statement.

More details: https://www.python.org/dev/peps/pep-0479/#examples-of-breakage

Change-Id: Ib27581fccbbf14c082fb919d8b6edea1ac83e3c0
2018-06-29 14:39:46 +01:00
..
_cmd [zmq] Prevent access to rpc_response_timeout 2017-03-23 13:47:33 -04:00
_drivers Replace 'raise StopIteration' with 'return' 2018-06-29 14:39:46 +01:00
hacking Test:Use unittest.mock on Python 3 2017-02-08 19:15:17 +08:00
notify Merge "sort when using groupby" 2017-11-29 19:43:46 +00:00
rpc [rabbitmq] Implement active call monitoring 2018-05-09 10:08:37 -07:00
tests Remove fake_rabbit configuration option 2018-06-26 15:49:27 +10:00
__init__.py Remove deprecated localcontext 2016-05-18 09:28:15 +02:00
_i18n.py Update URLs in documents according to document migration 2017-07-12 22:54:02 +08:00
_utils.py Use method fetch_current_thread_functor from oslo.utils 2016-09-24 15:22:44 +08:00
conffixture.py Correct usage of transport_url in example 2018-06-06 10:48:45 +10: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 Remove the deprecated Pika driver 2018-03-21 10:58:23 -04:00
serializer.py serializer: remove deprecated RequestContextSerializer 2017-03-29 16:21:17 +08:00
server.py rabbitmq: don't wait for message ack/requeue 2017-11-29 21:13:50 +01:00
target.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00
transport.py [rabbitmq] Implement active call monitoring 2018-05-09 10:08:37 -07:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:23 -05:00