diff options
author | Barry Warsaw <barry@python.org> | 2012-09-25 14:32:53 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-09-25 14:32:53 (GMT) |
commit | 0dea936e788a760e5d4dafb36b8584771b52da3c (patch) | |
tree | f7efe58e358b31dbc33e6f463ce91ba0fa82f768 /Misc/NEWS | |
parent | 671138f27dcdc3d259e85f7603acf01a46a44515 (diff) | |
download | cpython-0dea936e788a760e5d4dafb36b8584771b52da3c.zip cpython-0dea936e788a760e5d4dafb36b8584771b52da3c.tar.gz cpython-0dea936e788a760e5d4dafb36b8584771b52da3c.tar.bz2 |
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
default arguments. Patch contributed by Chris Jerdonek.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -442,6 +442,9 @@ Build Documentation ------------- +- Issue #15935: Clarification of argparse docs, re: add_argument() type and + default arguments. Patch contributed by Chris Jerdonek. + - Issue #13769: Document the effect of ensure_ascii to the return type of JSON decoding functions. |