Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6a654814ea3f3a918935762ffdcd33ae98e00278
/
Lib
/
test
/
test_dictviews.py
d9214d1
Make dict.keys() and dict.items() comparable to sets, using == and !=.
by Guido van Rossum
· 19 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 19 years ago
3ac6741
Implement __contains__ for dict_keys and dict_items.
by Guido van Rossum
· 19 years ago
83825ac
Endow dict views with a proper length method.
by Guido van Rossum
· 19 years ago
b90c848
Very preliminary work on dict views.
by Guido van Rossum
· 19 years ago