On Mar 27, 3:44 pm, Aaron Brady <castiro...@gmail.com> wrote:
> Is there a possibility of the dict_values, dict_items, and dict_keys
> objects growing a 'tolist' method?  It's one of those little things
> that contributes to one's user experience.

Probably not, because the Python approach is to use the builtins. I'm
not sure what you feel mydict.values().tolist() might offer over the
conventional list(mydict.values()).

So yeah, -1.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to