[Python-3000] docstring for dict.values

Lisandro Dalcin dalcinl at gmail.com
Fri Jul 27 17:49:14 CEST 2007


Why the docstrings for 'dict.values' says "a set-like object ..." ??

>>> list(dict(a=1,b=1,c=1).values())
[1, 1, 1]

-- 
Lisandro Dalcín


More information about the Python-3000 mailing list