Is there a recommended way or example code somewhere for removing a
utility registration from a persistent component registry, when that
utility's module no longer exists?
The use case is in Plone, which has a local
zope.app.cache.ram.IRAMCache utility. Now that Hanno has factored out
the
Hi everyone,
last week I worked on getting the KGS trunk located in zope.release to pass
without failures. (Python 2.5 on Linux, i686)
It is in the best interest of everyone to keep the trunk in a passing
condition. So please try hard to do that. I am certainly very tired of
spending many hour
On Sun, Jul 26, 2009 at 02:55:58AM +0200, Hanno Schlichting wrote:
> On Sat, Jul 25, 2009 at 8:01 PM, Shane Hathaway wrote:
> > Hanno Schlichting wrote:
> >>
> >> I kind of suspect that we are seeing the results of
> >> http://www.python.org/dev/peps/pep-0353 though.
> >
> > That is very likely. B
Summary of messages to the zope-tests list.
Period Sun Jul 26 12:00:00 2009 UTC to Mon Jul 27 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.
Test failures
-
Subject: FAILED (failures=1) : Zope-2.12 Python-2.6.2 : Linux
From: Zope Tests
Date: Sun Jul 26 20:52:10 EDT 2009
On 07/26/2009 06:42 PM, Hanno Schlichting wrote:
> Hi.
>
> I'd like to push code and ZCML from Products.Five into the appropriate
> places in Zope2.
>
> For example event.zcml registering events for OFS items, should live
> in the OFS package. i18n.zcml setting up stuff for the request or the
> pub
On 07/24/2009 02:02 PM, Benji York wrote:
> On Fri, Jul 24, 2009 at 2:38 AM, Wolfgang Schnerring wrote:
>> Log message for revision 102202:
>> when a test module does not define a test_suite, first try to load
>> any unittest.TestCase descendants in it before complaining it does not
>> contain a