From: Brett Cannon Date: Sun, 3 Aug 2008 22:53:31 +0000 (+0000) Subject: Blocked revisions 65442 via svnmerge X-Git-Tag: v3.0b3~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5a9b80f89e961b958933b76db7965ac666e260d;p=python Blocked revisions 65442 via svnmerge ........ r65442 | brett.cannon | 2008-08-03 15:52:42 -0700 (Sun, 03 Aug 2008) | 3 lines Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to move from list.sort(cmp=) to key=. ........ ---