From: R. David Murray Date: Fri, 29 Jan 2010 17:58:58 +0000 (+0000) Subject: Blocked revisions 77815 via svnmerge X-Git-Tag: v2.6.5rc1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c90e125d37a5a619dd63165bca95643992d3fa65;p=python Blocked revisions 77815 via svnmerge ........ r77815 | r.david.murray | 2010-01-28 16:16:33 -0500 (Thu, 28 Jan 2010) | 3 lines Change error report when the object passed to suite.addTest is not callable to include the repr of the invalid object. ........ ---