summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-28 07:10:44 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-28 07:10:44 (GMT)
commit57491e0703ab46f6f4f43e534750611d96be1aa2 (patch)
treecd7eb30c6feccf2857de4e1ed36292fbaf5e4c11 /Misc
parentf39884bb5a01c3fa9db74833d2d8a05bf0530315 (diff)
downloadcpython-57491e0703ab46f6f4f43e534750611d96be1aa2.zip
cpython-57491e0703ab46f6f4f43e534750611d96be1aa2.tar.gz
cpython-57491e0703ab46f6f4f43e534750611d96be1aa2.tar.bz2
Issue #16036: Improve documentation of built-in int()'s signature and arguments.
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 485b73f..26d0134 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -591,6 +591,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.