Is it just me that can't find a full reference in the docs?
I wanted a list of all the methods of dict for example... where can i find it?
Thanks, and sorry if this question is just dumb, i really can't find it
It's just you ;-)
Try the Library Reference, section 2.3.8 Mapping Types. (Perhaps confusing to a newcomer, but Pythons dicts are, as yet, its only standard mapping types, mapping being the general comp sci concept.)
Best,
Brian vdB -- http://mail.python.org/mailman/listinfo/python-list