]> granicus.if.org Git - python/commit
Remove use of tuple unpacking and dict.has_key() so as to silence
authorBrett Cannon <bcannon@gmail.com>
Fri, 1 Aug 2008 01:36:47 +0000 (01:36 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 1 Aug 2008 01:36:47 +0000 (01:36 +0000)
commitc6a30ecf7aa02665b11028a1ee25497bcebd8136
treed659fe15fafe0a7e479715d0e13cf369f3a2525a
parent791ec1fc13e3d4fcb67b8bcb0c5351d3f117d762
Remove use of tuple unpacking and dict.has_key() so as to silence
SyntaxWarning as triggered by -3.
Lib/bdb.py
Lib/pdb.py