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 rbcollins
Recipients BreamoreBoy, Julian, alexgarel, brett.cannon, chris.jerdonek, eric.snow, ezio.melotti, iElectric, michael.foord, r.david.murray, rbcollins, slmnhq, vila, zach.ware
Date 2014-09-09.22:06:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410300403.8.0.694292873632.issue7559@psf.upfronthosting.co.za>
In-reply-to
Content
This is what I see in my tree:

E
======================================================================
ERROR: test_os (unittest.loader.ModuleImportFailure)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/robertc/work/cpython/Lib/unittest/case.py", line 58, in testPartExecutor
    yield
  File "/home/robertc/work/cpython/Lib/unittest/case.py", line 577, in run
    testMethod()
  File "/home/robertc/work/cpython/Lib/unittest/loader.py", line 36, in testFailure
    raise exception
ImportError: Failed to import test module: test_os
Traceback (most recent call last):
  File "/home/robertc/work/cpython/Lib/unittest/loader.py", line 146, in loadTestsFromName
    module = __import__(module_name)
  File "/home/robertc/work/cpython/Lib/test/test_os.py", line 5, in <module>
    import broken
ImportError: No module named 'broken'
History
Date User Action Args
2014-09-09 22:06:43rbcollinssetrecipients: + rbcollins, brett.cannon, vila, iElectric, ezio.melotti, r.david.murray, michael.foord, slmnhq, chris.jerdonek, BreamoreBoy, Julian, eric.snow, alexgarel, zach.ware
2014-09-09 22:06:43rbcollinssetmessageid: <1410300403.8.0.694292873632.issue7559@psf.upfronthosting.co.za>
2014-09-09 22:06:43rbcollinslinkissue7559 messages
2014-09-09 22:06:43rbcollinscreate