Move filecmp from using dict.has_key() to dict.__contains__() to silence
commit9a07b49f87b19fa35612a1ade86abcba5b9be6d8
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 23:46:46 +0000 (3 23:46 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 Aug 2008 23:46:46 +0000 (3 23:46 +0000)
tree92c5becf4cf5b208792fa93fb213cadba917cf1c
parentc70132da77d930bd07a66d81b0f6a75b7d100de5
Move filecmp from using dict.has_key() to dict.__contains__() to silence
warnings triggered under -3.

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