Paul Rubin wrote: > "Dustan" <[EMAIL PROTECTED]> writes: > > Can I make enumerate(myObject) act differently? > > No. > > > Why the funny behavior, you ask? For my class A, it doesn't make sense > > to number everything the standard programming way. > > Add an enumerate method to the class then, that does what you want. > Maybe dict.iteritems would be a better example to follow.
That's what I thought. Thanks anyway! -- http://mail.python.org/mailman/listinfo/python-list