mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge 3.5
This commit is contained in:
commit
0ae505e7d3
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue