oslo.serialization/oslo_serialization
John L. Villalovos c1a7079c26 When serializing an exception return its 'repr'
When serializing an exception return its 'repr'. A 'repr' is a
printable representation of an object.

For example the exception: ValueError("an exception") will be returned
as the string: "ValueError('an exception',)"

Change-Id: Iac9f4624bcc4ff65e27c9ca20c6cbbe9481cf334
2017-10-03 09:41:52 -07:00
..
serializer Unified and simplified API for all serializers 2016-04-04 15:27:16 +03:00
tests When serializing an exception return its 'repr' 2017-10-03 09:41:52 -07: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 Replace six.iteritems() with .items() 2016-12-12 11:11:28 +08:00