On Mon, 28 Apr 2014 17:46:41 +0200
Paolo Bonzini <pbonz...@redhat.com> wrote:

> Il 28/04/2014 09:02, Amos Kong ha scritto:
> >  def mcgen(code, **kwds):
> > -    return cgen('\n'.join(code.split('\n')[1:-1]), **kwds)
> > +    raw = cgen('\n'.join(code.split('\n')[1:-1]), **kwds)
> > +    return re.sub(re.escape(eatspace) + ' +', '', raw)
> 
> I'd feel a little more confident with ' *' instead of one-or-more. 
> Otherwise
> 
> Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
> 
> Who's going to handle this series?  Luiz?

I can do it. It helps if more people reviews it.

Reply via email to