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 ncoghlan
Recipients ncoghlan
Date 2014-06-15.04:00:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402804826.39.0.801339966603.issue21767@psf.upfronthosting.co.za>
In-reply-to
Content
functools.singledispatch is integrated with the abc module for fast single dispatch even in the absence of concrete inheritance. However, this isn't obvious from the documentation, so users may not realise they can register a single ABC with the generic function, and then multiple classes with the ABC, rather than having to register each class with the generic function directly.
History
Date User Action Args
2014-06-15 04:00:26ncoghlansetrecipients: + ncoghlan
2014-06-15 04:00:26ncoghlansetmessageid: <1402804826.39.0.801339966603.issue21767@psf.upfronthosting.co.za>
2014-06-15 04:00:26ncoghlanlinkissue21767 messages
2014-06-15 04:00:26ncoghlancreate