From ef05af594126a4c4963f92e7f232a40595c8e308 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 9 Sep 2015 13:49:29 -0400 Subject: whatsnew/3.5: Merge argparse entries --- Doc/whatsnew/3.5.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9834a80..aec6da0 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 --- -- cgit v0.12