[issue18790] incorrect text in argparse add_help example

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for closing this! -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue18790] incorrect text in argparse add_help example

2013-10-06 Thread Berker Peksag
Berker Peksag added the comment: This is fixed by changesets: - http://hg.python.org/cpython/rev/e2456381fa14 (3.4) - http://hg.python.org/cpython/rev/ee394a61dade (3.3) - http://hg.python.org/cpython/rev/c5f57a7fd4d8 (2.7) -- resolution: -> fixed stage: patch review -> committed/rejec

[issue18790] incorrect text in argparse add_help example

2013-09-18 Thread Berker Peksag
Berker Peksag added the comment: This was reported a couple of times before on the docs list. - https://mail.python.org/pipermail/docs/2013-April/015145.html - https://mail.python.org/pipermail/docs/2013-June/015016.html - https://mail.python.org/pipermail/docs/2013-September/015505.html --

[issue18790] incorrect text in argparse add_help example

2013-08-20 Thread Michael Bikovitsky
Changes by Michael Bikovitsky : -- nosy: +Michael.Bikovitsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue18790] incorrect text in argparse add_help example

2013-08-20 Thread Michael Bikovitsky
Changes by Michael Bikovitsky : -- keywords: +patch Added file: http://bugs.python.org/file31393/doc_fix.patch ___ Python tracker ___

[issue18790] incorrect text in argparse add_help example

2013-08-20 Thread purplezephyr
New submission from purplezephyr: The last example under add_help in the documentation for the argparse module has incorrect text. It is supposed to demonstrate what happens when prefix_chars doesn't include '-', and add_help is True, but the example has the following: usage: PROG [-h]