]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-57665: Remove 'response_class' from getresponse docstring. (#140707)
authorR. David Murray <rdmurray@bitdance.com>
Fri, 31 Oct 2025 13:09:22 +0000 (09:09 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 13:09:22 +0000 (06:09 -0700)
commit81cec22a9bd0090bdcf037bd8eafab1d5b58b582
tree51cd5a9acce91da575d6a6adf76631e40bc9a482
parente733dc90f305441a5654d862da1e79b7d4fe889e
gh-57665: Remove 'response_class' from getresponse docstring. (#140707)

Remove 'response_class' from getresponse docstring.

This variable is not documented as part of the API in the standard
library documentation; it should be considered as an implementation
detail and as such should not be included in the doc string.

Closes #57665.
Lib/http/client.py