summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-09-25 14:32:53 (GMT)
committerBarry Warsaw <barry@python.org>2012-09-25 14:32:53 (GMT)
commit0dea936e788a760e5d4dafb36b8584771b52da3c (patch)
treef7efe58e358b31dbc33e6f463ce91ba0fa82f768 /Misc/NEWS
parent671138f27dcdc3d259e85f7603acf01a46a44515 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fdd84fe..82b1769 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.