summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-04 17:31:49 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-12-04 17:31:49 (GMT)
commit1215915045d620d44e14ba12af8949f8ec700b5d (patch)
tree825361ae1cf240c36f075e6db80f24d408928c88 /Misc
parent13d49ee7d6a44af656fd77713342e419ec57e4a5 (diff)
downloadcpython-1215915045d620d44e14ba12af8949f8ec700b5d.zip
cpython-1215915045d620d44e14ba12af8949f8ec700b5d.tar.gz
cpython-1215915045d620d44e14ba12af8949f8ec700b5d.tar.bz2
Use proper plural forms in argparse (#4391)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 124fc1c..1e8108e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Core and Builtins
Library
-------
+- Issue #4391: Use proper plural forms in argparse.
+
- Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
UnicodeEncodeError.