Remove assignment to True/False and use of dict.has_key() to silence warnings
commite64e5d4eb6639532841bce830e9129569e6bb314
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 00:50:11 +0000 (4 00:50 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 Aug 2008 00:50:11 +0000 (4 00:50 +0000)
treeae30439c1d23029618210bb85335469f1b05efec
parent08b046b9d4bf0ab440f8804d3ff65723d57c142b
Remove assignment to True/False and use of dict.has_key() to silence warnings
while running under -3.

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