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 pitrou, vstinner
Date 2011-04-25.14:54:20
SpamBayes Score 0.015282174
Marked as misclassified No
Message-id <1303743262.64.0.49678573377.issue11919@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.python.org/dev/buildbot/all/builders/AMD64%20Leopard%203.2/builds/215/steps/test/logs/stdio
http://www.python.org/dev/buildbot/all/builders/AMD64%20Leopard%203.x/builds/1223/steps/test/logs/stdio

======================================================================
ERROR: test_issue9319 (test.test_imp.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/pythonbuildbot/buildarea/3.2.hansen-osx-x86-2/build/Lib/test/test_imp.py", line 175, in test_issue9319
    imp.find_module, "test/badsyntax_pep3120")
  File "/Users/pythonbuildbot/buildarea/3.2.hansen-osx-x86-2/build/Lib/unittest/case.py", line 574, in assertRaises
    callableObj(*args, **kwargs)
ImportError: No module named test/badsyntax_pep3120
History
Date User Action Args
2011-04-25 14:54:22pitrousetrecipients: + pitrou, vstinner
2011-04-25 14:54:22pitrousetmessageid: <1303743262.64.0.49678573377.issue11919@psf.upfronthosting.co.za>
2011-04-25 14:54:20pitroulinkissue11919 messages
2011-04-25 14:54:20pitroucreate