From: Brett Cannon Date: Fri, 1 Aug 2008 01:38:47 +0000 (+0000) Subject: Blocked revisions 65351 via svnmerge X-Git-Tag: v3.0b3~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77256ec05728a1c860c21feb94c563fd84871129;p=python Blocked revisions 65351 via svnmerge ........ r65351 | brett.cannon | 2008-07-31 18:36:47 -0700 (Thu, 31 Jul 2008) | 3 lines Remove use of tuple unpacking and dict.has_key() so as to silence SyntaxWarning as triggered by -3. ........ ---