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 anders.rundgren.net@gmail.com
Recipients anders.rundgren.net@gmail.com, bob.ippolito, ethan.furman, rhettinger
Date 2014-12-29.09:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419846007.01.0.767419210283.issue23123@psf.upfronthosting.co.za>
In-reply-to
Content
Bob,
Your'e right, I have put up a requirement for JSON serializing that may be "over the top".  OTOH, there are (AFAICT...) only two possible solutions:
1. Outlaw floating point data from the plot
2. Insist that serializers conform to the spec

As a pragmatic I have settled on something in between :-)
https://openkeystore.googlecode.com/svn/resources/trunk/docs/jcs.html#Interoperability

I don't think that the overhead in Decimal would be a problem but I'm not a Python platform maintainer so I leave it to you guys.
History
Date User Action Args
2014-12-29 09:40:07anders.rundgren.net@gmail.comsetrecipients: + anders.rundgren.net@gmail.com, rhettinger, bob.ippolito, ethan.furman
2014-12-29 09:40:07anders.rundgren.net@gmail.comsetmessageid: <1419846007.01.0.767419210283.issue23123@psf.upfronthosting.co.za>
2014-12-29 09:40:06anders.rundgren.net@gmail.comlinkissue23123 messages
2014-12-29 09:40:06anders.rundgren.net@gmail.comcreate