This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Richard.Delorenzi
Recipients Richard.Delorenzi
Date 2012-10-29.14:21:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351520473.63.0.0215534885564.issue16356@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-10-29 14:21:13Richard.Delorenzisetrecipients: + Richard.Delorenzi
2012-10-29 14:21:13Richard.Delorenzisetmessageid: <1351520473.63.0.0215534885564.issue16356@psf.upfronthosting.co.za>
2012-10-29 14:21:13Richard.Delorenzilinkissue16356 messages
2012-10-29 14:21:13Richard.Delorenzicreate