]> granicus.if.org Git - python/commitdiff
Updated NEWS with information on the argparse change.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 18 Aug 2016 20:26:56 +0000 (21:26 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 18 Aug 2016 20:26:56 +0000 (21:26 +0100)
Misc/NEWS

index b7194bd8f4205fdcb8269b1ff3df0f2ef25cd57c..18b42c7417751d2246a7279870d4325daf5c2bca 100644 (file)
--- 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
 ==================================