diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-07 22:02:16 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-07 22:02:16 (GMT) |
commit | 4a7df9aba91605c8e689b735f119837d9b9c89b4 (patch) | |
tree | e76e3bb7ab8f143c9cc6ac558bfcab352d1acc90 /Misc | |
parent | 8836eefb1e27e845c0403dc39f6463c4de795760 (diff) | |
parent | 042fa653ab91c05dfb50e227361ba345e45169c7 (diff) | |
download | cpython-4a7df9aba91605c8e689b735f119837d9b9c89b4.zip cpython-4a7df9aba91605c8e689b735f119837d9b9c89b4.tar.gz cpython-4a7df9aba91605c8e689b735f119837d9b9c89b4.tar.bz2 |
Issue #14783: Merge changes from 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ 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 |