Nick Coghlan wrote:
> There are three big use cases:
> 
>    dict.keys
>    dict.values
>    dict.items
> 
> Currently these all return lists, which may be expensive in 
> terms of copying. They all have iter* variants which while
> memory efficient, are far less convenient to work with.

I'm still wondering what "far less convenient" means. Is it simply the 4
extra key presses? I find the iter* variants to be a great solution.


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]
_______________________________________________
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

Reply via email to