]> granicus.if.org Git - python/commit
Added .first{item,value,key}() to dictionaries.
authorMoshe Zadka <moshez@math.huji.ac.il>
Thu, 30 Nov 2000 12:31:03 +0000 (12:31 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Thu, 30 Nov 2000 12:31:03 +0000 (12:31 +0000)
commit1a62750eda22dcef1976f4a3dbaa886039cd2f92
tree291193bd5c8e1c6cb83b1087cb2b935bf82e4a8c
parent827bb9fb3c6c3889c046404df171a0b8f383eb23
Added .first{item,value,key}() to dictionaries.
Complete with docos and tests.
OKed by Guido.
Doc/lib/libstdtypes.tex
Lib/test/test_types.py
Objects/dictobject.c