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 georg.brandl
Recipients gdr, georg.brandl, mark.dickinson, rhettinger
Date 2013-10-13.18:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381688428.06.0.819563190111.issue11084@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a special case for Decimal isn't as well justified as one for None -- after all it is a fundamental singleton. (Also, None is encoded without lossy conversion.)

The encoder/decoder are already extensible by extending Marshaller.dispatch and Unmarshaller.dispatch.
History
Date User Action Args
2013-10-13 18:20:28georg.brandlsetrecipients: + georg.brandl, rhettinger, mark.dickinson, gdr
2013-10-13 18:20:28georg.brandlsetmessageid: <1381688428.06.0.819563190111.issue11084@psf.upfronthosting.co.za>
2013-10-13 18:20:28georg.brandllinkissue11084 messages
2013-10-13 18:20:27georg.brandlcreate