On May 14, 8:24 am, Tal Einat <[EMAIL PROTECTED]> wrote: > I just ran into this. In IDLE (Python 2.5), the call-tip for > itertools.count is: > "x.__init__(...) initializes x; see x.__class__.__doc__ for signature"
My IDLE (1.2.2 running on Python 2.5.2) has the correct call-tip. I don't know why yours is different. Also, help(itertools.count) does the right thing. Raymond -- http://mail.python.org/mailman/listinfo/python-list