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 petri.lehtinen
Recipients Prashanth.Raghu, bob.ippolito, cvrebert, docs@python, eric.araujo, ezio.melotti, petri.lehtinen, r.david.murray, rhettinger, sandro.tosi
Date 2012-08-27.19:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346095774.28.0.613502170944.issue11964@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think the test changes are needed, because both dump() and dumps() use JSONEncoder internally, and all current indent testing is done using dumps() anyway.

More important would be to update the documentation of indent for JSONEncoder to match that of dump() and add the versionchanged directives to both.
History
Date User Action Args
2012-08-27 19:29:34petri.lehtinensetrecipients: + petri.lehtinen, rhettinger, bob.ippolito, ezio.melotti, eric.araujo, r.david.murray, cvrebert, sandro.tosi, docs@python, Prashanth.Raghu
2012-08-27 19:29:34petri.lehtinensetmessageid: <1346095774.28.0.613502170944.issue11964@psf.upfronthosting.co.za>
2012-08-27 19:29:33petri.lehtinenlinkissue11964 messages
2012-08-27 19:29:33petri.lehtinencreate