
jim at zope
Aug 12, 2009, 2:39 AM
Post #4 of 8
(1006 views)
Permalink
|
|
Re: Move implementation of getParent to zope.location?
[In reply to]
|
|
On Wed, Aug 12, 2009 at 3:26 AM, Thomas Lotze<thomas [at] thomas-lotze> wrote: ... > getParent is used by a number of zope.app.* packages (apidoc, container, > dependable, onlinehelp, preference, rotterdam, pythonpage, workflow). Its > only other occurrence is in zope.traversing where it is defined, but not > used. > > getParents is used by zope.app.* packages as well (rotterdam, tree, > workflow) and definitions of it occur in zope.location and > zope.traversing, where it isn't used either, though. > > Seeing this now, I agree to removing the functions provided nobody objects > against removing parts of the API that might be depended on by client code > out there. (Both functions are actually exported by zope.traversing.api.) I object to removing API functions that client code might use. (Was that a trick questions?) What is the point of this exercise? Jim -- Jim Fulton _______________________________________________ Zope-Dev maillist - Zope-Dev [at] zope http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
|