Christian Theune wrote:
On Fri, 2008-07-25 at 16:58 +0100, Chris Withers wrote:
  
Wichert Akkerman wrote:
    
-        if (self._utility_registrations.get((provided, name))
+        if (self._utility_registrations.get((provided, name)[:2]) 
        
Excellent catch, fixed.
      
With a test I hope?
    

Uh. Lol?

To me this looks like an inefficiency that's gonna be hard to test from
the outside. Or did I miss anything?
  

No.

Wichert.

-- 
Wichert Akkerman <wichert@wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.