From: R. David Murray Date: Fri, 29 Jan 2010 18:01:56 +0000 (+0000) Subject: Blocked revisions 77825 via svnmerge X-Git-Tag: v3.1.2rc1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60eab4618d021b317ce164a52527bb426f20a593;p=python Blocked revisions 77825 via svnmerge ................ r77825 | r.david.murray | 2010-01-29 12:55:47 -0500 (Fri, 29 Jan 2010) | 10 lines Merged revisions 77815 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........ ................ ---