[issue18790] incorrect text in argparse add_help example

2013-08-20 Thread Michael Bikovitsky
Changes by Michael Bikovitsky : -- nosy: +Michael.Bikovitsky ___ Python tracker <http://bugs.python.org/issue18790> ___ ___ Python-bugs-list mailing list Unsub

[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 <http://bugs.python.org/issue18

[issue18769] argparse remove subparser

2013-08-17 Thread Michael Bikovitsky
New submission from Michael Bikovitsky: It might be useful in some circumstances to be able to remove a subparser, however the module does not provide such functionality. The proposed method takes the same arguments as the add_parser method and removes the matching subparser from the map