You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=<Date2019-11-19.08:17:31.554>created_at=<Date2014-06-15.04:00:26.357>labels= ['type-feature', 'library']
title='singledispatch docs should explicitly mention support for abstract base classes'updated_at=<Date2019-11-19.08:17:31.553>user='https://github.com/ncoghlan'
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.
New changeset 24555ce by Łukasz Langa (Batuhan Taşkaya) in branch 'master': bpo-21767: explicitly mention abc support in functools.singledispatch docs (bpo-17171) 24555ce
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: