[Zope-dev] ZClass Constructor Cleanup for 2.6
Casey Duncan
casey@zope.com
Mon, 01 Apr 2002 13:14:27 -0700
The current Zope cvs trunk now contains these changes. Check it out and
let me know if you find any gotchas!
-Casey
Didier Georgieff wrote:
> On Wed, 2002-03-27 at 17:31, Casey Duncan wrote:
>
>
>>ZClasses have been overlooked enough. Nobody has even bothered
>>putting a ZCatalogPathAware available for them...
>>
>
> I've done that locally (changing __init__ and the the py but had no
> chance to make it work with __existing__ ZClasses.
> Something was coded inside the zclass instance ;-<
>
> So i had to patch ZCatalog for getting the right behaviour for my
> existing products.
>
> So, even if ZClasses are not cooked completely, they allow guys
> like me to use zope, to promote zopet even if we are useless at
> good python programming ;-), and until Z3 exists.
>
> All my support for ZCatalogPathAware in 2.6.
>
> Maybe we should investigate :
>
> - how updating old CatalogAware ZClasses for taking care of that
>
> - what impact for already updated construtor scripts ? (shuild be
> none, but not sure)
>
> Didier.
>