bpo-22640: Fix function signature of quiet in docs#17719
bpo-22640: Fix function signature of quiet in docs#17719pablogsal merged 1 commit intopython:masterfrom
Conversation
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I just wanted to comment, not request changes
pablogsal
left a comment
There was a problem hiding this comment.
LGTM
I have to say that quiet being an integer is a bit confusing, but this does not apply to this PR :)
|
Thanks @isidentical for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-17725 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 98f0f04) Co-authored-by: Batuhan Taşkaya <[email protected]>
just a trivial fix for the signature, i guess this needs backport to 3.8
https://bugs.python.org/issue22640