> I must not be reasoning about Event._parse_standard_attr() correctly. I
> think it is already looking for _QUOTED positional args, but is working at
> it backwards from _KEYWORD_ARGS parsing.
Right. The thing that I'm talking about is *new* quoted arguments (ie,
things not presently in the spec
On Fri, Dec 7, 2012 at 8:01 PM, Damian Johnson wrote:
> > The quoted key/value mapping is more readable, now. Good work. Why not
> look for quoted positional args before non-quoted positional args? Why not
> do just like kwarg handling?
>
MY_EVENT "arg1 arg2"
>
> ... where the spec says we rea