James Page dfb83f4948 py37: deal with Exception repr changes
Under Python 3.7, a trailing comma is no longer added to
the init parameters generated by a repr() call:

    >>> repr(Exception('It Works'))
    "Exception('It Works')"

vs

    >>> repr(Exception('It Works'))
    "Exception('It Works',)"

Support pre and post Python 3.7 formats in test cases for
notification middleware.

Change-Id: I30a46ae82f2cc1b529287c049aa5fc6d987e2538
2018-07-05 06:38:38 -05:00
2018-06-11 15:11:31 -04:00
2015-09-24 18:11:22 +08:00
2018-05-11 09:38:50 -04:00
2014-06-05 22:48:44 +02:00
2018-03-21 10:58:23 -04:00
2017-04-08 22:39:02 +08:00
2018-06-21 13:16:36 +08:00
2017-12-13 05:01:29 +00:00
2018-06-07 17:40:38 -04:00

Team and repository tags

image

Oslo Messaging Library

Latest Version

Downloads

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.

Description
OpenStack library for messaging
Readme 36 MiB
Languages
Python 99.8%
Shell 0.2%