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 martin.panter
Recipients Brian.Herman, brett.cannon, eryksun, martin.panter, paul.moore, python-dev, rhettinger, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-07-16.07:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468654066.43.0.592703320704.issue27083@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to have broken the tests on Windows:

http://buildbot.python.org/all/builders/x86%20Windows7%203.5/builds/1030/steps/test/logs/stdio
======================================================================
FAIL: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.5.bolen-windows7\build\lib\test\test_importlib\source\test_case_sensitivity.py", line 65, in test_insensitive
    self.assertIsNotNone(insensitive)
AssertionError: unexpectedly None

(Plus three more failures)
History
Date User Action Args
2016-07-16 07:27:46martin.pantersetrecipients: + martin.panter, brett.cannon, rhettinger, paul.moore, tim.golden, Brian.Herman, python-dev, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-07-16 07:27:46martin.pantersetmessageid: <1468654066.43.0.592703320704.issue27083@psf.upfronthosting.co.za>
2016-07-16 07:27:46martin.panterlinkissue27083 messages
2016-07-16 07:27:46martin.pantercreate