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 christian.heimes
Recipients christian.heimes, remi.lapeyre
Date 2020-05-04.10:34:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588588460.02.0.501210283135.issue40497@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-04 10:34:20christian.heimessetrecipients: + christian.heimes, remi.lapeyre
2020-05-04 10:34:20christian.heimessetmessageid: <1588588460.02.0.501210283135.issue40497@roundup.psfhosted.org>
2020-05-04 10:34:20christian.heimeslinkissue40497 messages
2020-05-04 10:34:19christian.heimescreate