> Unfortunately, my laptop just broke and I don't have a good testing environment
> etc. Either someone else will have to do the change or we'll have to wait until
> my laptop works again ;(
OK, I will handle that.
> Also, I would like to move all interfaces to an interfaces.py module. Zope3
> separates interfaces from implementation that way very cleanly. Currently we
> have modules for each interface except for GeneratorRegistry and Generators.
> This is over-kill and inconsistent.
OK, consistency with Zope3 is good, however, if the
processors package is to really be a separable, reusable
component, it should probably also own its interface, no?
So I vote for the IXSLTProcessor interface to be
moved to the processor package.
--Craeg
|