Re: [Python-Dev] test failure on py3k branch in test___all__

2009-09-04 Thread Georg Brandl
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

[Python-Dev] test failure on py3k branch in test___all__

2009-09-04 Thread Chris Withers
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, n