[issue9731] Add ABCMeta.has_methods and tests that use it

Éric Araujo report at bugs.python.org
Fri Sep 3 22:14:56 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

I wanted to propose the name check_methods, but then I thought that some people could read too much in that name, for example that arguments and return value are checked for correct type and value (see how Web people misunderstand “HTML validation”). That said, “check” promises less than “validate”, and ABCs being a middle-to-advanced topic, we could trust people using this method to read the docstring and not expect too much.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9731>
_______________________________________


More information about the Python-bugs-list mailing list