diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-09-28 07:10:44 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-09-28 07:10:44 (GMT) |
commit | 57491e0703ab46f6f4f43e534750611d96be1aa2 (patch) | |
tree | cd7eb30c6feccf2857de4e1ed36292fbaf5e4c11 /Misc | |
parent | f39884bb5a01c3fa9db74833d2d8a05bf0530315 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |