[Zope3-dev] Re: Zope3 bugs found by pychecher

Neal Norwitz neal@metaslash.com
Fri, 27 Sep 2002 21:32:22 -0400


Guido van Rossum wrote:
> 
> | lib/python/Zope/Misc/GetDescr.py:21: No global (AttributError) found
> |
> | The Attribut Error is my favourite. :-)
> 
> (It may be Neal's favorite, but I don't understand why it's a bug.)

It should be AttributeError.
                  ^^^^^^ the e is missing.  The real line is 48.

Neal