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 lukasz.langa
Recipients anton.gruebel, lukasz.langa
Date 2021-08-04.17:55:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628099721.2.0.741546179903.issue44803@roundup.psfhosted.org>
In-reply-to
Content
Many standard libraries, including new ones like asyncio, use `raise NotImplementedError` to denote methods that need re-implementation in subclasses. Some of those base classes even literally *called* Abstract and yet don't inherit from ABC (nor use ABCMeta). Do you intend to change all those as well?

While I agree it would be cleaner to have them defined as abstract, at the moment I'm not sure it's worth the churn.
History
Date User Action Args
2021-08-04 17:55:21lukasz.langasetrecipients: + lukasz.langa, anton.gruebel
2021-08-04 17:55:21lukasz.langasetmessageid: <1628099721.2.0.741546179903.issue44803@roundup.psfhosted.org>
2021-08-04 17:55:21lukasz.langalinkissue44803 messages
2021-08-04 17:55:21lukasz.langacreate