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
Date 2013-10-25.19:43:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382730233.11.0.30990585871.issue19398@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -S -m test test_trace
[1/1] test_trace
test test_trace failed -- Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_trace.py", line 313, in test_coverage
    self.assertTrue("pprint.cover" in files)
AssertionError: False is not true
History
Date User Action Args
2013-10-25 19:43:53pitrousetrecipients: + pitrou
2013-10-25 19:43:53pitrousetmessageid: <1382730233.11.0.30990585871.issue19398@psf.upfronthosting.co.za>
2013-10-25 19:43:53pitroulinkissue19398 messages
2013-10-25 19:43:52pitroucreate