Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45bc650 + ef05af5 commit 0ae505eCopy full SHA for 0ae505e
1 file changed
Doc/whatsnew/3.5.rst
@@ -596,12 +596,8 @@ argparse
596
* :class:`~argparse.ArgumentParser` now allows to disable
597
:ref:`abbreviated usage <prefix-matching>` of long options by setting
598
:ref:`allow_abbrev` to ``False``.
599
- (Contributed by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.)
600
-
601
-* New *allow_abbrev* parameter for :class:`~argparse.ArgumentParser` to
602
- allow long options to be abbreviated if the abbreviation is unambiguous.
603
- (Contributed by Jonathan Paugh, Steven Bethard, paul j3 and
604
- Daniel Eriksson in :issue:`14910`.)
+ (Contributed by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson
+ in :issue:`14910`.)
605
606
bz2
607
---
0 commit comments