[issue14910] argparse: disable abbreviation

Jonathan Paugh report at bugs.python.org
Sat May 26 22:26:39 CEST 2012


Jonathan Paugh <jpaugh at gmx.us> added the comment:

I created a patch that exibhts the requested behavior. I added tests, and updated the documentation. I ran the test-suite against a build of Python 3.3.0a3+, and all tests check out.

This changes the public API of argparse.ArgumentParser and of its parse_args() method.

----------
keywords: +patch
Added file: http://bugs.python.org/file25729/disable-abbrev.patch

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


More information about the Python-bugs-list mailing list