Remove dict.has_key() usage in xml.sax to silence warnings under -3.
commit3ff811394cd973ebe31f4ca7ab02408b461d327e
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 21:10:50 +0000 (4 21:10 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 21:10:50 +0000 (4 21:10 +0000)
treecb961272754e390924bb1ad6cfdf005ae809ca3a
parent6d37218b2258f4d4b234a9845b29ca659747eb19
Remove dict.has_key() usage in xml.sax to silence warnings under -3.

git-svn-id: http://svn.python.org/projects/python/trunk@65508 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/xml/sax/__init__.py
Lib/xml/sax/xmlreader.py