[issue3417] make the fix_dict fixer smarter

Raymond Hettinger report at bugs.python.org
Sat Jul 19 21:58:59 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

for k in d.keys():
   return k   # needs to return a list

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3417>
_______________________________________


More information about the Python-bugs-list mailing list