[Zope-dev] Proposal: merge zc.configuration's exclude directive into zope.configuration.
Martijn Faassen
faassen at startifact.com
Thu Feb 26 06:33:26 EST 2009
Hey,
Dan Korostelev wrote:
> The "exclude" directive provided by zc.configuration package is easy
> to use and straightforward. I think it's used almost in every
> zope-based application setup.
I highly doubt so; I don't find myself using it a lot myself, for
instance. :)
> Its implementation is very small and
> fits great in zope.configuration's standard directives. So I'd like to
> propose to move it to zope.configuration and make it always available
> for ZMCL files, just like the "include" directive, so people would'nt
> need to install extra package and include an extra "meta.zcml" file
> before being able to use it.
+1
(note though that including an extra "meta.zcml" can be avoided if you
make use of the z3c.autoinclude library)
Regards,
Martijn
More information about the Zope-Dev
mailing list