What's a call-tip to do?

Raymond Hettinger python at rcn.com
Wed May 14 20:01:16 EDT 2008


On May 14, 8:24 am, Tal Einat <tal.no.no.s... at gmail.com> 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





More information about the Python-list mailing list