summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-07 22:02:16 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-07 22:02:16 (GMT)
commit4a7df9aba91605c8e689b735f119837d9b9c89b4 (patch)
treee76e3bb7ab8f143c9cc6ac558bfcab352d1acc90 /Misc
parent8836eefb1e27e845c0403dc39f6463c4de795760 (diff)
parent042fa653ab91c05dfb50e227361ba345e45169c7 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f0c0bb1..422e674 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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