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 BreamoreBoy, Trundle, amaury.forgeotdarc, barry, brett.cannon, doko, flox, l0nwlf, ncoghlan, orsenthil, pitrou, python-dev, r.david.murray, vstinner
Date 2013-08-19.21:24:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376947464.4.0.453228498276.issue7732@psf.upfronthosting.co.za>
In-reply-to
Content
The bug still fails on a regular basis on the Windows buildbots:

======================================================================
FAIL: test_bug7732 (test.test_imp.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\3.x.snakebite-win2k3r2sp2-x86\build\lib\test\test_imp.py", line 285, in test_bug7732
    imp.find_module, support.TESTFN, ["."])
AssertionError: ImportError not raised by find_module
History
Date User Action Args
2013-08-19 21:24:24pitrousetrecipients: + pitrou, barry, brett.cannon, doko, amaury.forgeotdarc, ncoghlan, orsenthil, vstinner, r.david.murray, Trundle, flox, l0nwlf, BreamoreBoy, python-dev
2013-08-19 21:24:24pitrousetmessageid: <1376947464.4.0.453228498276.issue7732@psf.upfronthosting.co.za>
2013-08-19 21:24:24pitroulinkissue7732 messages
2013-08-19 21:24:24pitroucreate