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 r.david.murray, suor, yselivanov
Date 2014-09-26.16:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411749841.85.0.91299683045.issue22203@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that map & filter are classes, and their __init__ and __new__ methods do not provide any text_signature, hence signature uses the one from object.__init__.
History
Date User Action Args
2014-09-26 16:44:01yselivanovsetrecipients: + yselivanov, r.david.murray, suor
2014-09-26 16:44:01yselivanovsetmessageid: <1411749841.85.0.91299683045.issue22203@psf.upfronthosting.co.za>
2014-09-26 16:44:01yselivanovlinkissue22203 messages
2014-09-26 16:44:01yselivanovcreate