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 eric.araujo, flox, jcea, pitrou, vstinner
Date 2011-10-25.15:05:40
SpamBayes Score 0.0043532397
Marked as misclassified No
Message-id <1319555140.89.0.580378364223.issue13258@psf.upfronthosting.co.za>
In-reply-to
Content
This change is fine for packaging.  In the 2.x backport I already use callable (and damn the py3k warning) and  the 3.x backport uses the incorrect hasattr(inst, '__call__'); I’ll change that to use a backported d2.compat.callable.
History
Date User Action Args
2011-10-25 15:05:41eric.araujosetrecipients: + eric.araujo, jcea, pitrou, vstinner, flox
2011-10-25 15:05:40eric.araujosetmessageid: <1319555140.89.0.580378364223.issue13258@psf.upfronthosting.co.za>
2011-10-25 15:05:40eric.araujolinkissue13258 messages
2011-10-25 15:05:40eric.araujocreate