[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
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue18790>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 (including aliases).

--
components: Library (Lib)
files: argparse_remove_parser.patch
keywords: patch
messages: 195494
nosy: Michael.Bikovitsky, bethard
priority: normal
severity: normal
status: open
title: argparse remove subparser
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31341/argparse_remove_parser.patch

___
Python tracker 
<http://bugs.python.org/issue18769>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com