Serhiy Storchaka added the comment:

I were aware that this can propagate some not well appropriate docstrings from 
abstract base classes, but Martin expose worse problem: inheriting a docstring 
by the method with changed signature.

Perhaps we should check if a signature of overriding method is compatible with 
a signature of base method. But this is hard to implement, and impossible in 
some cases until all builtins will converted to Argument Clinic.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15582>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to