From: Alexandre Vassalotti Date: Sun, 5 Jul 2009 06:31:55 +0000 (+0000) Subject: Blocked revisions 73846-73847 via svnmerge X-Git-Tag: v3.2a1~2879 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb812b5ced432163ea3cc0c1d860bf628775aa1a;p=python Blocked revisions 73846-73847 via svnmerge ........ r73846 | alexandre.vassalotti | 2009-07-05 00:22:40 -0400 (Sun, 05 Jul 2009) | 6 lines Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and operator.sequenceIncludes. Patch contributed by Jeff Balogh (and updated slightly by me). ........ r73847 | alexandre.vassalotti | 2009-07-05 00:25:46 -0400 (Sun, 05 Jul 2009) | 2 lines Fix bad variable name in r73846. ........ ---