[docs] [issue14783] Make int() and str() docstrings correct

Chris Jerdonek report at bugs.python.org
Mon Oct 1 09:33:39 CEST 2012


Chris Jerdonek added the comment:

Attaching proposed patch.  This updates the docstrings for int() and str(), as well as for range() and slice() in a similar way.

It also makes the documentation for str() closer to that of the docstring.  The documentation for int(), range(), and slice() has already been updated along the lines of this patch.

----------
keywords: +needs review
stage: needs patch -> patch review
Added file: http://bugs.python.org/file27370/issue-14783-1-default.patch

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


More information about the docs mailing list