[Zope3-dev] directive/subdirective

R. David Murray bitz@bitdance.com
Mon, 16 Sep 2002 00:36:45 -0400 (EDT)


Is there a reason why for a directive in the _directives registry we have

    callable, subdirs

but for subdirectives in a subdirective registry we have

    subdirs, callable

? My code to walk the directives tree would be a lot simpler if
these were symetric <grin>.  This is no big deal, but if no one
minds and it doesn't turn out to be complex to do, I'd like
to fix this.

--RDM