[issue10976] json.loads() raises TypeError on bytes object

Martin v. Löwis report at bugs.python.org
Sun Dec 1 16:39:43 CET 2013


Martin v. Löwis added the comment:

Bike-shedding: instead of jsonb, make it json.bytes. Else, it may get confused with other protocols, such as "JSONP" or "BSON".

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10976>
_______________________________________


More information about the Python-bugs-list mailing list