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 vinay.sajip
Recipients brett.cannon, ronaldoussoren, vinay.sajip
Date 2012-02-20.11:06:05
SpamBayes Score 0.00013071367
Marked as misclassified No
Message-id <1329735966.21.0.756949345027.issue14063@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_insensitive (importlib.test.source.test_case_sensitivity.CaseSensitivityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/importlib/test/source/test_case_sensitivity.py", line 56, in test_insensitive
    self.assertIn(self.name, sensitive.get_filename(self.name))
AssertionError: 'MoDuLe' not found in '/var/folders/ZN/ZNY48Gb3FyW7he0qBsYJME+++TI/-Tmp-/tmpx6934s/sensitive/module.py'

Failure occurs when tested using a framework build (make frameworkinstall) on Mac OS X 10.5.8 (Leopard).
History
Date User Action Args
2012-02-20 11:06:06vinay.sajipsetrecipients: + vinay.sajip, brett.cannon, ronaldoussoren
2012-02-20 11:06:06vinay.sajipsetmessageid: <1329735966.21.0.756949345027.issue14063@psf.upfronthosting.co.za>
2012-02-20 11:06:05vinay.sajiplinkissue14063 messages
2012-02-20 11:06:05vinay.sajipcreate