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 SilentGhost
Recipients SilentGhost, benjamin.peterson, brett.cannon, daniel.urban, eric.araujo, ezio.melotti, georg.brandl, lukasz.langa, michael.foord, pitrou
Date 2010-11-27.22:41:38
SpamBayes Score 0.0006830353
Marked as misclassified No
Message-id <1290897699.75.0.721655336513.issue10518@psf.upfronthosting.co.za>
In-reply-to
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). Now out of the blue, w/o any justification this way is going to be ignored, because "ah, sure. I can't be bothered typing extra three characters" and the old function is reintroduced. 

I don't like that we're heading into Perl's direction. that's all.
History
Date User Action Args
2010-11-27 22:41:39SilentGhostsetrecipients: + SilentGhost, brett.cannon, georg.brandl, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, michael.foord, daniel.urban, lukasz.langa
2010-11-27 22:41:39SilentGhostsetmessageid: <1290897699.75.0.721655336513.issue10518@psf.upfronthosting.co.za>
2010-11-27 22:41:38SilentGhostlinkissue10518 messages
2010-11-27 22:41:38SilentGhostcreate