Radu Ciorba added the comment:

"- if the unknown option is given first then both options are treated as 
unknown and returned in the list of remaining arguments."
I don't think this case is correct behaviour. There is no way to determine if u 
accepts arguments or not. If nargs for -u is "?" or more, the current behavior 
is correct since everything after -u would be an argument for this option.

----------
nosy: +Radu.Ciorba

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

Reply via email to