[New-bugs-announce] [issue19814] Document prefix matching behavior of argparse, particularly for parse_known_args

Eli Bendersky report at bugs.python.org
Wed Nov 27 15:16:01 CET 2013


New submission from Eli Bendersky:

Prefix matching behavior can lead to bugs when combined with parse_known_args. See this thread for more details:

https://mail.python.org/pipermail/python-dev/2013-November/130601.html

Issue #14910 deals with making it optional, but until 3.5 we'll have to do with a documentation warning.

----------
assignee: eli.bendersky
components: Documentation
messages: 204584
nosy: bethard, eli.bendersky, r.david.murray
priority: high
severity: normal
status: open
title: Document prefix matching behavior of argparse, particularly for parse_known_args
versions: Python 2.7, Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list