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 ezio.melotti
Recipients Richard.Delorenzi, christian.heimes, ezio.melotti
Date 2012-10-29.14:41:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351521705.3.0.885718144645.issue16356@psf.upfronthosting.co.za>
In-reply-to
Content
This works fine with the standard json module.
>>> json.loads(json.dumps('/'))
'/'

FWIW 'json' also has C accelerations.
History
Date User Action Args
2012-10-29 14:41:45ezio.melottisetrecipients: + ezio.melotti, christian.heimes, Richard.Delorenzi
2012-10-29 14:41:45ezio.melottisetmessageid: <1351521705.3.0.885718144645.issue16356@psf.upfronthosting.co.za>
2012-10-29 14:41:45ezio.melottilinkissue16356 messages
2012-10-29 14:41:45ezio.melotticreate