Steven Bethard <steven.beth...@gmail.com> added the comment:

> making Namespace subscriptable

This has been discussed before - see issue 11076. I prefer to keep Namespace as 
simple as possible. For subscripting, just use the standard Python idiom of 
vars as suggested in the docs:

http://docs.python.org/library/argparse.html#the-namespace-object

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14149>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to