From: Yury Selivanov Date: Wed, 9 Sep 2015 17:49:29 +0000 (-0400) Subject: whatsnew/3.5: Merge argparse entries X-Git-Tag: v3.5.1rc1~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef05af594126a4c4963f92e7f232a40595c8e308;p=python whatsnew/3.5: Merge argparse entries --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9834a80529..aec6da0082 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -596,12 +596,8 @@ argparse * :class:`~argparse.ArgumentParser` now allows to disable :ref:`abbreviated usage ` of long options by setting :ref:`allow_abbrev` to ``False``. - (Contributed by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.) - -* New *allow_abbrev* parameter for :class:`~argparse.ArgumentParser` to - allow long options to be abbreviated if the abbreviation is unambiguous. - (Contributed by Jonathan Paugh, Steven Bethard, paul j3 and - Daniel Eriksson in :issue:`14910`.) + (Contributed by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson + in :issue:`14910`.) bz2 ---