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 pitrou
Recipients SilentGhost, benjamin.peterson, brett.cannon, daniel.urban, eric.araujo, ezio.melotti, georg.brandl, lukasz.langa, michael.foord, pitrou
Date 2010-11-27.22:44:18
SpamBayes Score 0.00942209
Marked as misclassified No
Message-id <1290897855.23986.1.camel@localhost.localdomain>
In-reply-to <1290897699.75.0.721655336513.issue10518@psf.upfronthosting.co.za>
Content
> yes, my problem is that callable was removed and a way was shown how
> to do this check. The way which is consistent with the check for any
> other type (ABC).

ABCs are still the exception in Python, and duck typing is still the
rule.

> I don't like that we're heading into Perl's direction. that's all.

Well, please deal with it.
History
Date User Action Args
2010-11-27 22:44:20pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, benjamin.peterson, ezio.melotti, eric.araujo, michael.foord, SilentGhost, daniel.urban, lukasz.langa
2010-11-27 22:44:18pitroulinkissue10518 messages
2010-11-27 22:44:18pitroucreate