Merge 3.5

This commit is contained in:
Yury Selivanov 2015-09-09 13:50:12 -04:00
commit 0ae505e7d3

View file

@ -596,12 +596,8 @@ argparse
* :class:`~argparse.ArgumentParser` now allows to disable * :class:`~argparse.ArgumentParser` now allows to disable
:ref:`abbreviated usage <prefix-matching>` of long options by setting :ref:`abbreviated usage <prefix-matching>` of long options by setting
:ref:`allow_abbrev` to ``False``. :ref:`allow_abbrev` to ``False``.
(Contributed by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.) (Contributed by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson
in :issue:`14910`.)
* 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`.)
bz2 bz2
--- ---