[New-bugs-announce] [issue8982] argparse docs cross reference Namespace as a class but the Namespace class is not documented

R. David Murray report at bugs.python.org
Sat Jun 12 15:44:29 CEST 2010


New submission from R. David Murray <rdmurray at bitdance.com>:

I wanted to find out if Namespace supported lookup by subscripting (args['someopt']), but the docs are silent on what Namespace is.  (The answer, by the way, appears to be "no"; there is a feature request for this in issue 8979).

----------
assignee: bethard
components: Documentation
messages: 107653
nosy: bethard, docs at python, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: argparse docs cross reference Namespace as a class but the Namespace class is not documented
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8982>
_______________________________________


More information about the New-bugs-announce mailing list