oslo.serialization/oslo_serialization
Corey Bryant 254e0ae839 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.

Change-Id: I45bdf565e170793d0342a907628638369d4d0f2f
Closes-Bug: #1783638
2018-07-30 16:46:43 -04:00
..
serializer Unified and simplified API for all serializers 2016-04-04 15:27:16 +03:00
tests py37: deal with Exception repr changes 2018-07-30 16:46:43 -04:00
__init__.py Move files out of the namespace package 2015-01-05 15:40:06 -05:00
base64.py Prefer raising the python2.x type error for b64 decode errors 2017-01-09 16:37:28 -08:00
jsonutils.py When serializing an exception return its 'repr' 2017-10-03 09:41:52 -07:00
msgpackutils.py Stop using encoding='utf-8' with msgpack 2018-06-03 00:25:50 -07:00