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.21:41:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493934105.43.0.982816225267.issue19903@psf.upfronthosting.co.za>
In-reply-to
Content
>>> list.__text_signature__
'(iterable=(), /)'

But IDLE shouldn't use __text_signature__ directly, it should use the inspect module.
History
Date User Action Args
2017-05-04 21:41:45serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, louielu
2017-05-04 21:41:45serhiy.storchakasetmessageid: <1493934105.43.0.982816225267.issue19903@psf.upfronthosting.co.za>
2017-05-04 21:41:45serhiy.storchakalinkissue19903 messages
2017-05-04 21:41:45serhiy.storchakacreate