On Jan 30, 2009, at 6:59 AM, Chris Withers wrote:
Fred Drake wrote:
On Thu, Jan 29, 2009 at 4:01 AM, Martijn Faassen <faassen@startifact.com
wrote: I believe it'd be nicer to extract any ZCML related stuff from zope.component at some point and put it into zope.componentzcml or something like that. We could then decide to move the <class> and <module> directives in there as well.
+1
This makes a lot more sense to me than having the ZCML support in either zope.component or zope.security.
Indeed, surely all zcml stuff belongs in zope.configuration anyway?
No!!!!!!! zope.configuration just contains the implmentation of zcml itself. It shouldn't have any application-dependent code. I have no problem with moving zcml out of other packages, but it has to move into new packages, not into zope.configuration. Jim -- Jim Fulton Zope Corporation