From: Brett Cannon Date: Mon, 4 Aug 2008 21:23:44 +0000 (+0000) Subject: Blocked revisions 65514 via svnmerge X-Git-Tag: v3.0b3~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c92e9552782957172e77dff420adf0340325a78;p=python Blocked revisions 65514 via svnmerge ........ r65514 | brett.cannon | 2008-08-04 14:23:07 -0700 (Mon, 04 Aug 2008) | 3 lines Remove a dict.has_key() and list.sort(cmp=) usage from tarfile to silence warnings under -3. ........ ---