[issue26967] argparse: allow_abbrev=False stops -vv from working

Xiang Zhang report at bugs.python.org
Fri May 6 13:51:41 EDT 2016


Xiang Zhang added the comment:

I agree with you. But right now, it seems parsing short options and allow_abbrev both rely on the same logic. If you turn off allow_abbrev, short options parsing also disabled. Separating them seems nontrivial.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26967>
_______________________________________


More information about the Python-bugs-list mailing list