>>> a = ['cat','dog','elephant'] >>> a.next() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'list' object has no attribute 'next' >>> Is there something that imtates PHP's next() ? (http://php.net/next) -- http://mail.python.org/mailman/listinfo/python-list
- array next pointer Anjanesh Lekshminarayanan
- Re: array next pointer Andre Engels
- Re: array next pointer Andre Engels
- Re: array next pointer andrew cooke
- Re: array next pointer Tim Chase
- Re: array next pointer Luis Zarrabeitia
- Re: array next pointer Benjamin Peterson
- Re: array next pointer R. David Murray
- Re: array next poi... Luis Zarrabeitia
- Re: array next poi... Armin
- Re: array next poi... Duncan Booth