]> granicus.if.org Git - python/commitdiff
whatsnew/3.5: Merge argparse entries
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 9 Sep 2015 17:49:29 +0000 (13:49 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 9 Sep 2015 17:49:29 +0000 (13:49 -0400)
Doc/whatsnew/3.5.rst

index 9834a805295c99346d57045406b2f470642510ac..aec6da0082dabc444c7e7377bb3be4bc4e6095ca 100644 (file)
@@ -596,12 +596,8 @@ argparse
 * :class:`~argparse.ArgumentParser` now allows to disable
   :ref:`abbreviated usage <prefix-matching>` 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
 ---