[Python-checkins] cpython (3.5): whatsnew/3.5: Merge argparse entries

yury.selivanov python-checkins at python.org
Wed Sep 9 19:50:36 CEST 2015


https://hg.python.org/cpython/rev/321d06b265cf
changeset:   97831:321d06b265cf
branch:      3.5
parent:      97829:91573c156b75
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Sep 09 13:49:29 2015 -0400
summary:
  whatsnew/3.5: Merge argparse entries

files:
  Doc/whatsnew/3.5.rst |  8 ++------
  1 files changed, 2 insertions(+), 6 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -596,12 +596,8 @@
 * :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
 ---

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list