diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-09-28 08:15:39 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-09-28 08:15:39 (GMT) |
commit | 2246aa8ac8138dd60e2f6ec5bf5534929d7979db (patch) | |
tree | 09450014bb0883ee81c8889dd29f8612890e9367 /Misc | |
parent | 43f8f4cf18d3d2ffbc34f259d884cc71e064b584 (diff) | |
parent | 57491e0703ab46f6f4f43e534750611d96be1aa2 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |