This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wyz23x2
Recipients terry.reedy, wyz23x2
Date 2020-07-10.08:49:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594370995.93.0.883531134582.issue41266@roundup.psfhosted.org>
In-reply-to
Content
There is a function hex(number, /), and float objects have a method hex().
When something like 1.3.hex( is typed, the yellow box's first line contains hex(number, /). But the method is actually hex(), no arguments. It confuses users.
And when 1.3.list( is typed, there isn't a list() method in floats, but the hint still pops up and shows the __doc__ for list(iterable=(), /).
History
Date User Action Args
2020-07-10 08:49:56wyz23x2setrecipients: + wyz23x2, terry.reedy
2020-07-10 08:49:55wyz23x2setmessageid: <1594370995.93.0.883531134582.issue41266@roundup.psfhosted.org>
2020-07-10 08:49:55wyz23x2linkissue41266 messages
2020-07-10 08:49:55wyz23x2create