From: Ezio Melotti Date: Mon, 29 Nov 2010 09:55:06 +0000 (+0000) Subject: Blocked revisions 86845,86855-86856 via svnmerge X-Git-Tag: v2.7.2rc1~525 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8244c575ed4b57fa9742dbd4a7efeb4cb7766c8d;p=thirdparty%2FPython%2Fcpython.git 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 ........ ---