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 vstinner
Recipients BreamoreBoy, Trundle, amaury.forgeotdarc, barry, brett.cannon, doko, flox, l0nwlf, ncoghlan, orsenthil, pitrou, python-dev, r.david.murray, vstinner
Date 2013-06-24.22:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372114375.85.0.796674284646.issue7732@psf.upfronthosting.co.za>
In-reply-to
Content
The test just failed on x86 Windows Server 2003 [SB] 3.x:

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%203.x/builds/1077/steps/test/logs/stdio

======================================================================
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-06-24 22:52:55vstinnersetrecipients: + vstinner, barry, brett.cannon, doko, amaury.forgeotdarc, ncoghlan, orsenthil, pitrou, r.david.murray, Trundle, flox, l0nwlf, BreamoreBoy, python-dev
2013-06-24 22:52:55vstinnersetmessageid: <1372114375.85.0.796674284646.issue7732@psf.upfronthosting.co.za>
2013-06-24 22:52:55vstinnerlinkissue7732 messages
2013-06-24 22:52:55vstinnercreate