Tshepang Lekhonkhobe <tshep...@gmail.com> added the comment:

(this is only concerning the latest commit)

Not sure if I should open a new issue, but why is there a print function at 
all, given that:

>>> print(parser.parse_args('--foo B cmd --arg1 XX ZZ'.split()))
Namespace(args=['--arg1', 'XX', 'ZZ'], command='cmd', foo='B')

>>> parser.parse_args('--foo B cmd --arg1 XX ZZ'.split())
Namespace(args=['--arg1', 'XX', 'ZZ'], command='cmd', foo='B')

----------
nosy: +tshepang

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

Reply via email to