On 17 jan, 15:16, Jérôme <jer...@jolimont.fr> wrote:
> Hi all.
>

hi,

just my 2 cents:

you have quite lot of such test:

> if self._index is 0:

I think it's better to compare with equality against 0 (or other
needed value) ; that is:

if self._index == 0:

otherwise your code looks very nice to me, though I just had a very
quick look ;)

regards,

GS.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to