Steven D'Aprano wrote:
The main one that comes to my mind is that other than looping, any time I want to process dict.items() etc I often need to call list() first.
I don't think that's such a bad thing. It makes it clear that you're performing a more expensive operation than just looking at the keys. -- Greg _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com