Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to
commit1959ec298054408fc9702007e25f591bd4a03b56
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 22:52:42 +0000 (3 22:52 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 22:52:42 +0000 (3 22:52 +0000)
tree53dae9a20fbf046147685e893e228b3572f58749
parentce348fa3b81d0b6482db3364b1db4f8c5420766d
Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to
move from list.sort(cmp=) to key=.

git-svn-id: http://svn.python.org/projects/python/trunk@65442 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/pstats.py