commit | 71d74b0c4ecc95aa7ba4d3255912d23142bcc4e3 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Sep 30 21:07:56 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Sep 30 21:07:56 2012 -0700 |
tree | 45a40fbd4ab6f6d6e6c1af29862c5348c95f1fff | |
parent | 95d7cdfd7ba05294da638a86afadfa81878972e9 [diff] [blame] |
Close #16036: Backport 3.x documentation improvement. See changeset 6ccb04c4cbae for the corresponding 3.3 change.
diff --git a/Misc/NEWS b/Misc/NEWS index 759ec4d..94ee943 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -459,6 +459,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.