Steven Bethard <[email protected]> added the comment: Actually, that could be even simpler:
args, remaining_args = optionals.parse_known_args() args = positionals.parse_args(remaining_args, args) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14191> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
