From: Ezio Melotti Date: Mon, 29 Nov 2010 09:54:22 +0000 (+0000) Subject: Blocked revisions 86845,86855-86856 via svnmerge X-Git-Tag: v3.2.1b1~347^2~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a88d2776efac042f6b96d76d7ea3edbd0649c3c6;p=python Blocked revisions 86845,86855-86856 via svnmerge ........ r86845 | ezio.melotti | 2010-11-28 06:18:54 +0200 (Sun, 28 Nov 2010) | 1 line Add callable() to the built-in functions table. ........ r86855 | raymond.hettinger | 2010-11-29 03:38:25 +0200 (Mon, 29 Nov 2010) | 1 line Do not add an obsolete unittest name to Py3.2. ........ r86856 | ezio.melotti | 2010-11-29 04:02:10 +0200 (Mon, 29 Nov 2010) | 1 line Use assertCountEqual instead of assertItemsEqual ........ ---