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 yselivanov
Recipients benjamin.peterson, eric.araujo, larry, ncoghlan, pitrou, python-dev, scoder, terry.reedy, yselivanov
Date 2014-02-13.22:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392329952.83.0.0335353706949.issue17159@psf.upfronthosting.co.za>
In-reply-to
Content
> So, once again:

> If the intention is to test that a callable has a "__text_signature__", 
> then the code should test for the existance of "__text_signature__". 
> It should *not* try to test for types that may or may not have such 
> an attribute, and then just fail if it surprisingly does not find it.

Unfortunately this is something I do *not* want to change.
History
Date User Action Args
2014-02-13 22:19:12yselivanovsetrecipients: + yselivanov, terry.reedy, ncoghlan, pitrou, scoder, larry, benjamin.peterson, eric.araujo, python-dev
2014-02-13 22:19:12yselivanovsetmessageid: <1392329952.83.0.0335353706949.issue17159@psf.upfronthosting.co.za>
2014-02-13 22:19:12yselivanovlinkissue17159 messages
2014-02-13 22:19:12yselivanovcreate