[issue3417] make the fix_dict fixer explicit

Benjamin Peterson report at bugs.python.org
Sat Jul 19 15:51:59 CEST 2008


New submission from Benjamin Peterson <benjamin.peterson at usfamily.net>:

Can we make the part of fix_dict that converts d.items/values/keys to
list(d.items) explicit? Most of the time, it's fine if the method
returns a view and can be a bit of a performance hit to convert it to a
list.

----------
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
messages: 70031
nosy: benjamin.peterson, collinwinter
severity: normal
status: open
title: make the fix_dict fixer explicit
type: behavior

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


More information about the Python-bugs-list mailing list