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 abarry
Recipients Daniel Ward, Ollie Ford, abarry
Date 2016-06-21.13:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466517205.92.0.967457294736.issue27362@psf.upfronthosting.co.za>
In-reply-to
Content
So __json__ returns a string meant to be serializable. I'm not too keen on using a dunder name (although my word doesn't weigh anything ;) and I'd personally prefer something like as_json_string(). I think the idea in general is good, though. Mind submitting a patch?
History
Date User Action Args
2016-06-21 13:53:25abarrysetrecipients: + abarry, Daniel Ward, Ollie Ford
2016-06-21 13:53:25abarrysetmessageid: <1466517205.92.0.967457294736.issue27362@psf.upfronthosting.co.za>
2016-06-21 13:53:25abarrylinkissue27362 messages
2016-06-21 13:53:25abarrycreate