oslo.serialization/oslo_serialization
Joshua Harlow ac5787d0e4 Prefer raising the python2.x type error for b64 decode errors
The current change made in de68f08d37 breaks cinder and other
projects that were expecting a TypeError, so for now and to keep
those projects operating translate the py3.x exception from binascii
into a type error to prefer consistency with existing code.

Change-Id: I4575ea3dad51be9bb2278eb0bfa31cef54c300d5
2017-01-09 16:37:28 -08:00
..
serializer Unified and simplified API for all serializers 2016-04-04 15:27:16 +03:00
tests Prefer raising the python2.x type error for b64 decode errors 2017-01-09 16:37:28 -08: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 Replace six.iteritems() with .items() 2016-12-12 11:11:28 +08:00
msgpackutils.py Replace six.iteritems() with .items() 2016-12-12 11:11:28 +08:00