]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14783: Improve int() docstring and also str(), range(), and slice().
authorChris Jerdonek <chris.jerdonek@gmail.com>
Sun, 7 Oct 2012 21:48:36 +0000 (14:48 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Sun, 7 Oct 2012 21:48:36 +0000 (14:48 -0700)
commit83fe2e1c22e6ff72a308e82e1e24ca03f8c51339
treef8e8071faf6e7d06b812c8fa9090c41c57ad91d3
parentc3e5b10ae76c3ffe8672e91a5478a19e35b60220
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.
Doc/library/functions.rst
Misc/NEWS
Objects/longobject.c
Objects/rangeobject.c
Objects/sliceobject.c
Objects/unicodeobject.c