gh-94172: Update keyfile removal documentation by vstinner · Pull Request #105392 · python/cpython

@vstinner

Remove the "deprecated:: 3.6" markup, since the parameters (like
keyfile and certfile) got removed in Python 3.12.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 6, 2023
Remove the "deprecated:: 3.6" markup, since the parameters (like
keyfile and certfile) got removed in Python 3.12.
(cherry picked from commit 2b8e6e5)

Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner added a commit that referenced this pull request

Jun 6, 2023
…05402)

gh-94172: Update keyfile removal documentation (GH-105392)

Remove the "deprecated:: 3.6" markup, since the parameters (like
keyfile and certfile) got removed in Python 3.12.
(cherry picked from commit 2b8e6e5)

Co-authored-by: Victor Stinner <vstinner@python.org>