[merge] lazy regex

Andrew Bennetts andrew at canonical.com
Tue Oct 10 07:18:44 BST 2006


Martin Pool wrote:
> On  9 Oct 2006, John Arbash Meinel <john at arbash-meinel.com> wrote:
[...]
> > +
> > +_real_re_compile = re.compile
> 
> I'm not sure if it's justified, but I feel I'd like an 
> 
>    assert _real_re_compile is not lazy_compile

Given that this assignment happens before lazy_compile is defined, I'd say it
isn't justified ;)

-Andrew.





More information about the bazaar mailing list