Python 3: dict & dict.keys()

Ian Kelly ian.g.kelly at gmail.com
Wed Jul 24 11:02:29 EDT 2013


On Tue, Jul 23, 2013 at 8:11 PM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> Basically, views are set-like, not list-like.

The keys and items views are set-like.  The values view is not.



More information about the Python-list mailing list