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 rhettinger
Recipients Marian Horban 2, bob.ippolito, rhettinger
Date 2017-04-21.03:09:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492744161.41.0.0465701199773.issue30114@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I think this is unnecessary feature creep.  The goal of the JSON module is to generate valid JSON for some semantically equivalent Python.  Wanting to turn *True* into the string "True" isn't in the spirit of the module and certainly not worth all the proposed code churn.  If this is really what you need (a somewhat exotic need at that), then I would recommend writing a recursive tree walker that replaces *True* nodes with "True" prior to outside of the JSON module.
History
Date User Action Args
2017-04-21 03:09:21rhettingersetrecipients: + rhettinger, bob.ippolito, Marian Horban 2
2017-04-21 03:09:21rhettingersetmessageid: <1492744161.41.0.0465701199773.issue30114@psf.upfronthosting.co.za>
2017-04-21 03:09:21rhettingerlinkissue30114 messages
2017-04-21 03:09:20rhettingercreate