Remove dict.has_key() usage in xml.dom.minidom to silence warnings while
commit34a3549a92cb78c2ed16da9711c729e3f6470ae9
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 00:23:58 +0000 (4 00:23 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 00:23:58 +0000 (4 00:23 +0000)
treef9c7a4ccc6c566e756464b5444759a5f33e7d7bf
parent6af6e45e9148bc21e0aeeaa8d0e64c543c10203e
Remove dict.has_key() usage in xml.dom.minidom to silence warnings while
running under -3.

git-svn-id: http://svn.python.org/projects/python/trunk@65462 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/xml/dom/minidom.py