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 serhiy.storchaka
Recipients louielu, serhiy.storchaka, terry.reedy
Date 2017-05-04.20:50:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493931049.49.0.276397235755.issue19903@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, yes, __new__ and __init__ differ from ordinal methods. They don't have docstrings generated by Argument Clinic. But list itself as a callable have correct signature.

>>> inspect.signature(list)
<Signature (iterable=(), /)>
History
Date User Action Args
2017-05-04 20:50:49serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, louielu
2017-05-04 20:50:49serhiy.storchakasetmessageid: <1493931049.49.0.276397235755.issue19903@psf.upfronthosting.co.za>
2017-05-04 20:50:49serhiy.storchakalinkissue19903 messages
2017-05-04 20:50:49serhiy.storchakacreate