[issue9831] test_distutils fails on MacOSX 10.6

Éric Araujo report at bugs.python.org
Sun Sep 12 06:33:46 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Thank you for the report.  Can you apply this change and paste the new, more useful output?

-    self.assertTrue("__init__.pyc" in files)
+    self.assertIn("__init__.pyc", files)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9831>
_______________________________________


More information about the Python-bugs-list mailing list