From: Vinay Sajip Date: Thu, 18 Aug 2016 20:26:56 +0000 (+0100) Subject: Updated NEWS with information on the argparse change. X-Git-Tag: v3.6.0b1~672 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696738cf1bff86431fa611b78345db1434320ea4;p=thirdparty%2FPython%2Fcpython.git Updated NEWS with information on the argparse change. --- diff --git a/Misc/NEWS b/Misc/NEWS index b7194bd8f420..18b42c741775 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 ==================================