Taro Ogawa gmail.com> writes:
> Nick Coghlan gmail.com> writes:
> > There are three big use cases:
> > ...
>
> ...
Apologies - this was posted via gmane and the post I responded to appeared in
the gmane.comp.python.devel.3000 tree... I'll repost there (and che
Nick Coghlan gmail.com> writes:
> 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.
Is