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 bob.ippolito
Recipients anders.rundgren.net@gmail.com, bob.ippolito, ethan.furman, rhettinger
Date 2014-12-29.07:53:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419839639.59.0.287469422108.issue23123@psf.upfronthosting.co.za>
In-reply-to
Content
Subclass Decimal and implement __str__ to return your own representation. Use parse_float to use your Decimal subclass. Should work with simplejson, a similar hack may be possible with the json module.
History
Date User Action Args
2014-12-29 07:53:59bob.ippolitosetrecipients: + bob.ippolito, rhettinger, ethan.furman, anders.rundgren.net@gmail.com
2014-12-29 07:53:59bob.ippolitosetmessageid: <1419839639.59.0.287469422108.issue23123@psf.upfronthosting.co.za>
2014-12-29 07:53:59bob.ippolitolinkissue23123 messages
2014-12-29 07:53:59bob.ippolitocreate