[issue16356] cjson dose not decode \/ properly

Ezio Melotti report at bugs.python.org
Mon Oct 29 15:41:45 CET 2012


Ezio Melotti added the comment:

This works fine with the standard json module.
>>> json.loads(json.dumps('/'))
'/'

FWIW 'json' also has C accelerations.

----------
nosy: +ezio.melotti
stage:  -> committed/rejected

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


More information about the Python-bugs-list mailing list