commit | 83fe2e1c22e6ff72a308e82e1e24ca03f8c51339 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Oct 07 14:48:36 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Oct 07 14:48:36 2012 -0700 |
tree | f8e8071faf6e7d06b812c8fa9090c41c57ad91d3 | |
parent | c3e5b10ae76c3ffe8672e91a5478a19e35b60220 [diff] |
Issue #14783: Improve int() docstring and also str(), range(), and slice(). This commit rewrites the docstring for int() to incorporate the documentation changes made in issue #16036. It also switches the docstrings for int(), str(), range(), and slice() to use multi-line signatures.