[Python-Dev] test failure on py3k branch in test___all__ (original) (raw)
Georg Brandl g.brandl at gmx.net
Fri Sep 4 19:14:04 CEST 2009
- Previous message: [Python-Dev] test failure on py3k branch in test___all__
- Next message: [Python-Dev] Mercurial migration: help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 testall_ self.checkall("profile") File "Lib/test/test_all.py", line 23, in checkall_ exec("from %s import *" % modname, names) File "", line 1, in 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.
- Previous message: [Python-Dev] test failure on py3k branch in test___all__
- Next message: [Python-Dev] Mercurial migration: help needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]