Chris Withers schrieb:
> Hi All,
> 
> Anyone know what's causing this failure?
> 
> test test___all__ failed -- Traceback (most recent call last):
>    File "Lib/test/test___all__.py", line 106, in test_all
>      self.check_all("profile")
>    File "Lib/test/test___all__.py", line 23, in check_all
>      exec("from %s import *" % modname, names)
>    File "<string>", line 1, in <module>
> AttributeError: 'module' object has no attribute 'help'

My fault -- fixed in r74661.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to