[New-bugs-announce] [issue16356] cjson dose not decode \/ properly

Richard Delorenzi report at bugs.python.org
Mon Oct 29 15:21:13 CET 2012


New submission from Richard Delorenzi:

This code produces the wrong result

import cjson
cjson.decode(cjson.encode('/'))

It produces '\\/', it should produce '/'

using
/usr/lib/pymodules/python2.7/cjson.so
cjson version 1.0.5-4build1

----------
components: None
messages: 174114
nosy: Richard.Delorenzi
priority: normal
severity: normal
status: open
title: cjson dose not decode \/ properly
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list