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 hac.man
Recipients cvrebert, eric.araujo, ezio.melotti, flox, hac.man, petri.lehtinen, pitrou, rhettinger, thinred, vstinner
Date 2012-09-10.04:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347252676.97.0.502258640558.issue13212@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's worth pointing out that both Firefox and Chrome support the non-standard JSON that Python supports (serializing and deserializing basic types).  I'm guessing that communicating with web browsers is the vast majority of JSON IPC.  That is to say, supporting the de-facto standard implemented by web browsers may be better than adhering to the exact specifications of the RFC.

Maybe someone else wants to check what IE, Safari, Opera, and the various phone browsers allow as that might influece the discussion one way or another.
History
Date User Action Args
2012-09-10 04:51:17hac.mansetrecipients: + hac.man, rhettinger, pitrou, vstinner, ezio.melotti, eric.araujo, cvrebert, flox, petri.lehtinen, thinred
2012-09-10 04:51:17hac.mansetmessageid: <1347252676.97.0.502258640558.issue13212@psf.upfronthosting.co.za>
2012-09-10 04:51:16hac.manlinkissue13212 messages
2012-09-10 04:51:16hac.mancreate