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 donmez
Recipients donmez
Date 2010-09-11.09:46:18
SpamBayes Score 2.8154229e-05
Marked as misclassified No
Message-id <1284198380.71.0.192975016699.issue9831@psf.upfronthosting.co.za>
In-reply-to
Content
Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem.


======================================================================
FAIL: test_package_data (distutils.tests.test_build_py.BuildPyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/distutils/tests/test_build_py.py", line 56, in test_package_data
    self.assertTrue("__init__.pyc" in files)
AssertionError: False is not True
History
Date User Action Args
2010-09-11 09:46:20donmezsetrecipients: + donmez
2010-09-11 09:46:20donmezsetmessageid: <1284198380.71.0.192975016699.issue9831@psf.upfronthosting.co.za>
2010-09-11 09:46:18donmezlinkissue9831 messages
2010-09-11 09:46:18donmezcreate