<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | I'm not sure if I have even phrased that right but anyway.... | | How does one find (in the standard Python documentation) information | about things like the iteritems() method and the enumerate() function.
The Library Reference manual sections on builtin functions and dict methods. Or, help(enumerate) and help({}.iteritems) tjr -- http://mail.python.org/mailman/listinfo/python-list