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 louielu
Recipients louielu, serhiy.storchaka, terry.reedy
Date 2017-05-05.07:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493968616.25.0.492357528428.issue19903@psf.upfronthosting.co.za>
In-reply-to
Content
But somehow in this case, List have no __text_signature__:

>>> str(i.signature(list))
'(iterable=(), /)'
>>> list.__text_signature__
'(iterable=(), /)'
>>> str(i.signature(List))
'(iterable=(), /)'
>>> List.__text_signature__
>>>
History
Date User Action Args
2017-05-05 07:16:56louielusetrecipients: + louielu, terry.reedy, serhiy.storchaka
2017-05-05 07:16:56louielusetmessageid: <1493968616.25.0.492357528428.issue19903@psf.upfronthosting.co.za>
2017-05-05 07:16:56louielulinkissue19903 messages
2017-05-05 07:16:56louielucreate