diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-07 21:56:27 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-07 21:56:27 (GMT) |
commit | 042fa653ab91c05dfb50e227361ba345e45169c7 (patch) | |
tree | 542da728dee2e9536ff28a261aefb5005437d900 /Misc | |
parent | 3e5dae0ee290a2f16e14e8f9af01dd0214063f21 (diff) | |
parent | 83fe2e1c22e6ff72a308e82e1e24ca03f8c51339 (diff) | |
download | cpython-042fa653ab91c05dfb50e227361ba345e45169c7.zip cpython-042fa653ab91c05dfb50e227361ba345e45169c7.tar.gz cpython-042fa653ab91c05dfb50e227361ba345e45169c7.tar.bz2 |
Issue #14783: Merge changes from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.1? Core and Builtins ----------------- +- Issue #14783: Improve int() docstring and switch docstrings for str(), + range(), and slice() to use multi-line signatures. + - Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). Patch by Serhiy Storchaka. |