[docs] [issue11964] Undocumented change to indent param of json.dump in 3.2

Petri Lehtinen report at bugs.python.org
Mon Aug 27 21:29:34 CEST 2012


Petri Lehtinen added the comment:

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.

----------
nosy: +petri.lehtinen

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11964>
_______________________________________


More information about the docs mailing list