[Zope3-dev] APIs breakage

Jim Fulton jim at zope.com
Mon Jul 12 12:10:56 EDT 2004


Garrett Smith wrote:
> I know this doesn't happen often, but it's fustrating when it does:
> 
> Index: C:/SCM/external/zope/Zope3/src/zope/app/traversing/namespace.py
> ===================================================================
> ...
> -def getResourceInContext(ob, name, request):
> ...
> +def getResource(site, name, request):
> 
> This public API change, IMO, needs to come with a post to the list 
> notifying us in no uncertain terms.

You are right.  We didn't think that anyone was using this.

Sorry.

What should have happened was to create a backward-compatible version
with a deprication warning.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list