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 finnjavier08
Recipients eric.araujo, finnjavier08, kj, rhettinger, stutzbach
Date 2021-08-21.01:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629510664.5.0.297099566785.issue44941@roundup.psfhosted.org>
In-reply-to
Content
Thank you for the suggestions.

From what I could tell, the cited python-ideas discussion was more about checking the signature of a method. However, an issue cited by the ex-BDFL (issue9731) was helpful. It's a similar idea that verifies that a class implements an ABC. However, I'm looking at a function that simplifies writing the ABC itself.

I will post the idea to python-ideas and see what people think.
History
Date User Action Args
2021-08-21 01:51:04finnjavier08setrecipients: + finnjavier08, rhettinger, stutzbach, eric.araujo, kj
2021-08-21 01:51:04finnjavier08setmessageid: <1629510664.5.0.297099566785.issue44941@roundup.psfhosted.org>
2021-08-21 01:51:04finnjavier08linkissue44941 messages
2021-08-21 01:51:04finnjavier08create