<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Christian Theune wrote:
<blockquote cite="mid:1217002681.6904.94.camel@mindy" type="cite">
  <pre wrap="">On Fri, 2008-07-25 at 16:58 +0100, Chris Withers wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Wichert Akkerman wrote:
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap="">-        if (self._utility_registrations.get((provided, name))
+        if (self._utility_registrations.get((provided, name)[:2]) 
        </pre>
      </blockquote>
      <pre wrap="">Excellent catch, fixed.
      </pre>
    </blockquote>
    <pre wrap="">With a test I hope?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Uh. Lol?

To me this looks like an inefficiency that's gonna be hard to test from
the outside. Or did I miss anything?
  </pre>
</blockquote>
<br>
No.<br>
<br>
Wichert.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Wichert Akkerman <a class="moz-txt-link-rfc2396E" href="mailto:wichert@wiggy.net">&lt;wichert@wiggy.net&gt;</a>   It is simple to make things.
<a class="moz-txt-link-freetext" href="http://www.wiggy.net/">http://www.wiggy.net/</a>                  It is hard to make things simple.
</pre>
</body>
</html>