Remove use of tuple unpacking and dict.has_key() so as to silence
commitbe2a32ad2ee526e08d6c22bca91136a2be6f1a01
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 1 Aug 2008 01:36:47 +0000 (1 01:36 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 1 Aug 2008 01:36:47 +0000 (1 01:36 +0000)
tree820c960abbddcfd327afa20d0aa605d9fb1b34b6
parent30422c200f02ee33ec6592ab3e6b8f5f0061a803
Remove use of tuple unpacking and dict.has_key() so as to silence
SyntaxWarning as triggered by -3.

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