Serhiy Storchaka added the comment:

They are accessible.

>>> getattr(args, 'foo bar')
'abc'

The limitation that argument names should be Python identifiers is too strong 
and adding it will break existing code (for example the use of such popular 
options as -0 or -@).

----------
nosy: +serhiy.storchaka
resolution:  -> rejected
status: open -> pending

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

Reply via email to