From: Chris Jerdonek Date: Sun, 7 Oct 2012 22:02:16 +0000 (-0700) Subject: Issue #14783: Merge changes from 3.3. X-Git-Tag: v3.4.0a1~2307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a7df9aba91605c8e689b735f119837d9b9c89b4;p=python Issue #14783: Merge changes from 3.3. --- 4a7df9aba91605c8e689b735f119837d9b9c89b4 diff --cc Misc/NEWS index f0c0bb1fa9,9c2bd09f9a..422e674097 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,8 -12,9 +10,11 @@@ What's New in Python 3.4.0 Alpha 1 Core and Builtins ----------------- + - Issue #14783: Improve int() docstring and switch docstrings for str(), + range(), and slice() to use multi-line signatures. + +- Upgrade Unicode data (UCD) to version 6.2. + - Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). Patch by Serhiy Storchaka.