commit | 57491e0703ab46f6f4f43e534750611d96be1aa2 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Fri Sep 28 00:10:44 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Fri Sep 28 00:10:44 2012 -0700 |
tree | cd7eb30c6feccf2857de4e1ed36292fbaf5e4c11 | |
parent | f39884bb5a01c3fa9db74833d2d8a05bf0530315 [diff] [blame] |
Issue #16036: Improve documentation of built-in int()'s signature and arguments.
diff --git a/Misc/NEWS b/Misc/NEWS index 485b73f..26d0134 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -591,6 +591,9 @@ 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.