This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients eric.araujo, pitrou, tarek
Date 2011-05-19.16:20:52
SpamBayes Score 2.0172183e-06
Marked as misclassified No
Message-id <1305822053.61.0.184404379566.issue12119@psf.upfronthosting.co.za>
In-reply-to
Content
I get the following failure under a fresh checkout:

======================================================================
FAIL: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/t/cpython/Lib/distutils/tests/test_build_py.py", line 61, in test_package_data
    self.assertTrue("__init__.pyc" in files)
AssertionError: False is not true
History
Date User Action Args
2011-05-19 16:20:53pitrousetrecipients: + pitrou, tarek, eric.araujo
2011-05-19 16:20:53pitrousetmessageid: <1305822053.61.0.184404379566.issue12119@psf.upfronthosting.co.za>
2011-05-19 16:20:53pitroulinkissue12119 messages
2011-05-19 16:20:52pitroucreate