R. David Murray added the comment:

Looks like parse_known_args needs to be taught to not treat unknown text 
following an option as an argument if the option does not take an argument.  
That would be in keeping with its mission, I think :)

There will still probably be ambiguous cases that will trip you up, but that 
should help.

----------
keywords: +easy
nosy: +bethard, r.david.murray
stage:  -> needs patch

_______________________________________
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