Message123399
Minimal command line for reproducing:
./python -m test -uall test_pydoc test_logging test_concurrent_futures
[1/3] test_pydoc
[46429 refs]
[46430 refs]
[46430 refs]
[46429 refs]
[46430 refs]
[46425 refs]
[46425 refs]
[2/3] test_logging
[3/3] test_concurrent_futures
test test_concurrent_futures failed -- Traceback (most recent call last):
File "/home/antoine/py3k/debug/Lib/test/test_concurrent_futures.py", line 646, in test_done_callback_raises
self.assertIn('Exception: doh!', logging_stream.getvalue())
AssertionError: 'Exception: doh!' not found in ''
And the culprint seems to be r86962:
user: nick.coghlan
date: Fri Dec 03 10:29:11 2010 +0100
summary: [svn r86962] Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. |
|
Date |
User |
Action |
Args |
2010-12-04 20:27:25 | pitrou | set | recipients:
+ pitrou, bquinlan, ncoghlan, brian.curtin, lukasz.langa |
2010-12-04 20:27:25 | pitrou | set | messageid: <1291494445.87.0.851679948413.issue10626@psf.upfronthosting.co.za> |
2010-12-04 20:27:23 | pitrou | link | issue10626 messages |
2010-12-04 20:27:23 | pitrou | create | |
|