summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-28 08:15:39 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-28 08:15:39 (GMT)
commit2246aa8ac8138dd60e2f6ec5bf5534929d7979db (patch)
tree09450014bb0883ee81c8889dd29f8612890e9367 /Misc
parent43f8f4cf18d3d2ffbc34f259d884cc71e064b584 (diff)
parent57491e0703ab46f6f4f43e534750611d96be1aa2 (diff)
downloadcpython-2246aa8ac8138dd60e2f6ec5bf5534929d7979db.zip
cpython-2246aa8ac8138dd60e2f6ec5bf5534929d7979db.tar.gz
cpython-2246aa8ac8138dd60e2f6ec5bf5534929d7979db.tar.bz2
Issue #16036: Merge update from 3.2.
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 c0e6508..33ea266 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,9 @@ Build
Documentation
-------------
+- Issue #16036: Improve documentation of built-in int()'s signature and
+ arguments.
+
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments. Patch contributed by Chris Jerdonek.