summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2016-08-18 20:26:56 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2016-08-18 20:26:56 (GMT)
commit696738cf1bff86431fa611b78345db1434320ea4 (patch)
treefb9e5fa9e0f5111f6bae0ef8cea900e8be3b9498
parentef948cd058180a2fb38d792c912c9b14d190d6c7 (diff)
downloadcpython-696738cf1bff86431fa611b78345db1434320ea4.zip
cpython-696738cf1bff86431fa611b78345db1434320ea4.tar.gz
cpython-696738cf1bff86431fa611b78345db1434320ea4.tar.bz2
Updated NEWS with information on the argparse change.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7194bd..18b42c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Library
- Issue #9998: On Linux, ctypes.util.find_library now looks in LD_LIBRARY_PATH
for shared libraries.
+- Issue #12713: Allowed abbreviation of subcommands by end-users for users of
+ argparse.
+
What's New in Python 3.6.0 alpha 4
==================================