Message293052
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__ >>> | |
Date | User | Action | Args | 2017-05-05 07:16:56 | louielu | set | recipients: + louielu, terry.reedy, serhiy.storchaka | 2017-05-05 07:16:56 | louielu | set | messageid: <1493968616.25.0.492357528428.issue19903@psf.upfronthosting.co.za> | 2017-05-05 07:16:56 | louielu | link | issue19903 messages | 2017-05-05 07:16:56 | louielu | create | | |