[issue44941] Add check_methods function to standard library

Finn Mason report at bugs.python.org
Wed Aug 18 19:54:01 EDT 2021


Finn Mason <finnjavier08 at gmail.com> added the comment:

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.

----------
title: Add check_methods function to collections.abc in standard library -> Add check_methods function to standard library

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44941>
_______________________________________


More information about the Python-bugs-list mailing list