[Zope-dev] Zope Tests: 5 OK

2008-07-25 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Jul 24 11:00:00 2008 UTC to Fri Jul 25 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Thu Jul 24 21:05:31 EDT 2008 URL:

Re: [Zope-dev] Re: SVN: zope.component/ Merge wichert-utility-factories branch to trunk

2008-07-25 Thread Chris Withers
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? cheers, Chris -- Simplistix - Content Management, Zope Python Consulting -

Re: [Zope-dev] Re: SVN: zope.component/ Merge wichert-utility-factories branch to trunk

2008-07-25 Thread Christian Theune
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

Re: [Zope-dev] Re: SVN: zope.component/ Merge wichert-utility-factories branch to trunk

2008-07-25 Thread Chris Withers
Christian Theune wrote: To me this looks like an inefficiency that's gonna be hard to test from the outside. Or did I miss anything? That's not the impression I got, which is why a test would be good... cheers, Chris -- Simplistix - Content Management, Zope Python Consulting -