From: Brett Cannon Date: Sun, 3 Aug 2008 22:58:03 +0000 (+0000) Subject: Blocked revisions 65444 via svnmerge X-Git-Tag: v3.0b3~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68751a2c6ebf16a0537d0ce2e5f39a7b725a22fd;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65444 via svnmerge ........ r65444 | brett.cannon | 2008-08-03 15:57:23 -0700 (Sun, 03 Aug 2008) | 3 lines Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggered under -3 through test_xmlrpc. ........ ---