Remove a dict.has_key() usage in profile to silence a -3 DeprecationWarning.
commitce348fa3b81d0b6482db3364b1db4f8c5420766d
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 22:38:19 +0000 (3 22:38 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 22:38:19 +0000 (3 22:38 +0000)
tree3168d3172e906e0e2b46526d3c90967d30e5d303
parent3bac8c83c5aff54d17457555e2d1b15dd07c8997
Remove a dict.has_key() usage in profile to silence a -3 DeprecationWarning.

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