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

Éric Araujo report at bugs.python.org
Fri May 13 17:27:04 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

It turns out that only one documentation block talks about the new indent behavior.  It was easy to add a versionchanged directive to that, but I think a complete patch would fix all mentions of the indent argument, after checking that all of encode/dump/dumps/Encoder.whatnot support the new behavior (there is a test for dumps only, I checked that dump works too but not the other ones).

----------

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


More information about the Python-bugs-list mailing list