New submission from Ernest N. Mamikonyan :
The nargs='?' option should probably follow the getopt_long(1) convention and
only consume an (optional) argument if it's in the same argv element, i.e.,
without a space. Otherwise, it can only be given as the last option on the
command-line. For exam
Changes by Ernest N. Mamikonyan :
--
components: Library (Lib)
nosy: mamikonyan
priority: normal
severity: normal
status: open
title: argparse optional arguments sh
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3
___
Python tra