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 finnjavier08, rhettinger, stutzbach
Date 2021-08-18.23:54:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629330841.84.0.343060982258.issue44941@roundup.psfhosted.org>
In-reply-to
Content
I strongly feel that `check_methods` shouldn't be in collections.abc, even though that's where it's originally found, because it's not related specifically to collections but to ABCs and classes in general. I would prefer for it to be implemented in `abc` or similar.

I'm reverting to the original title until a module is decided on.

I'd be happy to do the implementation and pull request once approval is given and a module is decided on.
History
Date User Action Args
2021-08-18 23:54:01finnjavier08setrecipients: + finnjavier08, rhettinger, stutzbach
2021-08-18 23:54:01finnjavier08setmessageid: <1629330841.84.0.343060982258.issue44941@roundup.psfhosted.org>
2021-08-18 23:54:01finnjavier08linkissue44941 messages
2021-08-18 23:54:01finnjavier08create