commit | ad4b0001794e47368b0997183b30b1171eab2790 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Oct 07 20:37:54 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Oct 07 20:37:54 2012 -0700 |
tree | a390e85fcddef84bd3182a420836fa52447c4649 | |
parent | e4831f6b1296869afd7ac88e674196a599542d50 [diff] [blame] |
Issue #14783: Backport changes from 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS index 36033ea..a52a71f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #14783: Improve int() and long() docstrings and switch docstrings for + unicode(), slice(), range(), and xrange() to use multi-line signatures. + - Issue #16030: Fix overflow bug in computing the `repr` of an xrange object with large start, step or length.