[Zope] SaneBrains 1.0.0 Released!

2005-08-25 Thread Chris Withers
Stepper 1.0.0 Released! This is a framework for performing asynchronous tasks on Zope servers. It is written as a Zope Product and can be used in several different ways: - for running sequences of migration code from the console. - for running batch processes via cron - for unit testing piece

Re: [Zope] SaneBrains 1.0.0 Released!

2005-08-23 Thread Dieter Maurer
Chris Withers wrote at 2005-8-23 10:49 +0100: >SaneBrains patches ZCatalog's brain objects such that they don't >unnecessarily catch exceptions. > >The brain objects are patched such that: > >- the getObject method never tries to catch any exceptions, it just uses >a simple restrictedTraverse to

[Zope] SaneBrains 1.0.0 Released!

2005-08-23 Thread Chris Withers
SaneBrains patches ZCatalog's brain objects such that they don't unnecessarily catch exceptions. The brain objects are patched such that: - the getObject method never tries to catch any exceptions, it just uses a simple restrictedTraverse to turn the path stored in the ZCatalog into an object