From: Brett Cannon Date: Mon, 4 Aug 2008 00:51:17 +0000 (+0000) Subject: Blocked revisions 65467 via svnmerge X-Git-Tag: v3.0b3~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18c55d340f896a791bbe6b913b38830969f1dde6;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65467 via svnmerge ........ r65467 | brett.cannon | 2008-08-03 17:50:11 -0700 (Sun, 03 Aug 2008) | 3 lines Remove assignment to True/False and use of dict.has_key() to silence warnings while running under -3. ........ ---