Berker Peksag added the comment:

The patch LGTM.

In Doc/library/argparse.rst:

-                          add_help=True)
+                          allow_abbrev=True, add_help=True)

should be

    add_help=True, allow_abbrev=True)

I'll add a release note and commit it. Thanks!

----------
assignee:  -> berker.peksag
nosy: +berker.peksag

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14910>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to