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
  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


Re: [Python-Dev] Test failure on Py3k branch

2009-04-11 Thread Mark Dickinson
On Sat, Apr 11, 2009 at 11:14 AM, Chris Withers ch...@simplistix.co.uk wrote:
 Also got the following failure from a py3k checkout:

 test test_cmd_line failed -- Traceback (most recent call last):
  File /Users/chris/py3k/Lib/test/test_cmd_line.py, line 143, in
 test_run_code
    0)
 AssertionError: 1 != 0

Are you on OS X?  This looks like

http://bugs.python.org/issue4388

Mark
___
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


Re: [Python-Dev] Test failure on Py3k branch

2009-04-11 Thread Chris Withers

Mark Dickinson wrote:

On Sat, Apr 11, 2009 at 11:14 AM, Chris Withers ch...@simplistix.co.uk wrote:

Also got the following failure from a py3k checkout:

test test_cmd_line failed -- Traceback (most recent call last):
 File /Users/chris/py3k/Lib/test/test_cmd_line.py, line 143, in
test_run_code
   0)
AssertionError: 1 != 0


Are you on OS X?  This looks like

http://bugs.python.org/issue4388


Yup, that looks like it.

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
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