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 eric.araujo
Recipients bob.ippolito, docs@python, eric.araujo, rhettinger
Date 2011-04-30.15:47:14
SpamBayes Score 0.0020580934
Marked as misclassified No
Message-id <1304178435.78.0.522459822796.issue11964@psf.upfronthosting.co.za>
In-reply-to
Content
I found out that the indent parameter of json.dump was changed in 3.2: it can be a string as well as an int.  The docstring was not updated; the reST doc was, but without a versionchanged directive.

This probably applies to the doc and docstring of the classes implementing dump, too, and there may be other half-documented changes.
History
Date User Action Args
2011-04-30 15:47:15eric.araujosetrecipients: + eric.araujo, rhettinger, bob.ippolito, docs@python
2011-04-30 15:47:15eric.araujosetmessageid: <1304178435.78.0.522459822796.issue11964@psf.upfronthosting.co.za>
2011-04-30 15:47:14eric.araujolinkissue11964 messages
2011-04-30 15:47:14eric.araujocreate