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 eric.araujo
Recipients berker.peksag, docs@python, eric.araujo
Date 2014-05-09.17:27:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399656423.17.0.234322684401.issue21434@psf.upfronthosting.co.za>
In-reply-to
Content
Aside: callable was added back in 3.2; warnings for that are now obsolete, and people often replaced it with bogus alternatives (like using hasattr on the object instead of its type).
History
Date User Action Args
2014-05-09 17:27:03eric.araujosetrecipients: + eric.araujo, docs@python, berker.peksag
2014-05-09 17:27:03eric.araujosetmessageid: <1399656423.17.0.234322684401.issue21434@psf.upfronthosting.co.za>
2014-05-09 17:27:03eric.araujolinkissue21434 messages
2014-05-09 17:27:02eric.araujocreate