[Python-checkins] cpython: Updated NEWS with information on the argparse change.

vinay.sajip python-checkins at python.org
Thu Aug 18 16:27:13 EDT 2016


https://hg.python.org/cpython/rev/da47269c6de8
changeset:   102744:da47269c6de8
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Thu Aug 18 21:26:56 2016 +0100
summary:
  Updated NEWS with information on the argparse change.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@
 - 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
 ==================================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list