Hi all,
somehow I wasn't getting messages from the list, that's why I always start a new
thread. I went and changed some settings of my SF.net account and I hope they
did it...
> Let me see if I understand your reasons. Putting the processor specific
> code
> in a separate Python package will emphasize the separation of concerns and
> enhance reusability for other projects. In effect, we are creating the
> beginnings
> of a separately distributable abstraction layer along the lines of JAXP.
>
> Separating them in this way also makes it more clear that they can evolve
> independently from the rest of ZopeXmlMethods, as long as the interface
> does not change.
Yes...
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 ;(
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.
Philipp
|