Christian Heimes <li...@cheimes.de> added the comment:

IMHO it's both confusing and bad API design to have a function like

    validate_result(..., validate=False)

Now a reviewer has to check that a developer uses the validate_result() 
function *and* the developer is not passing validate=False into the function.

GH-19897 is also provides a new feature, so it cannot get into Python 3.7 and 
3.8.

----------

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

Reply via email to