This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients bethard, eli.bendersky, r.david.murray
Date 2013-11-27.14:16:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385561761.38.0.108882000791.issue19814@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-27 14:16:01eli.benderskysetrecipients: + eli.bendersky, bethard, r.david.murray
2013-11-27 14:16:01eli.benderskysetmessageid: <1385561761.38.0.108882000791.issue19814@psf.upfronthosting.co.za>
2013-11-27 14:16:01eli.benderskylinkissue19814 messages
2013-11-27 14:16:01eli.benderskycreate