[Zope3-dev] Re: [Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container - ContainerTraversable.py:1.1.2.2

Florent Guillaume fg@nuxeo.com
Thu, 21 Mar 2002 14:09:44 +0000 (UTC)


Steve Alexander  <steve@cat-box.net> wrote:
> Modified Files:
>       Tag: Zope-3x-branch
> 	ContainerTraversable.py
[...]
> +        # keep original name to return in a NotFoundError
> +        original_name = name
[...]
> +            if namespace not in ('method', 'content'):
> +                raise NotFoundError, 'unrecognised namespace "%s" in
"%s;%s"' \
> +                     % (namespace, name, namespace)

This could use original_name.

I'd commit this myself to CVS but am a bit too pressed on all sides to
be certain I won't botch it :-)

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 10  http://nuxeo.com  mailto:fg@nuxeo.com