[docs] [issue11964] Undocumented change to indent param of json.dump in 3.2
Éric Araujo
report at bugs.python.org
Sat Apr 30 18:34:12 CEST 2011
Éric Araujo <merwok at netwok.org> added the comment:
> This change was made by Raymond in issue 5729. It is the only feature
> added by that patch; the missing versionchanged was an oversight and I
> don't think it makes any more likely that other features were added
> that weren't documented.
Ah, I’m relieved, thanks. I can fix it but I don’t know when I’ll be able to push again.
> If you are updating doc strings, note that there is more than one
> docstring that mentions indent and all should be updated.
I’m aware of that: “This probably applies to the doc and docstring of the classes implementing dump too”.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11964>
_______________________________________
More information about the docs
mailing list