-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-101100: Fix Sphinx warnings in whatsnew/3.10.rst
#118356
gh-101100: Fix Sphinx warnings in whatsnew/3.10.rst
#118356
Conversation
whatsnew/3.10.rst
Doc/whatsnew/3.10.rst
Outdated
:data:`!PROTOCOL_SSLv23`, :data:`!PROTOCOL_TLSv1`, | ||
:data:`!PROTOCOL_TLSv1_1`, :data:`!PROTOCOL_TLSv1_2`, and | ||
:const:`!PROTOCOL_TLS` are deprecated in favor of | ||
:const:`!PROTOCOL_TLS_CLIENT` and :const:`!PROTOCOL_TLS_SERVER` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, it looks like PROTOCOL_TLS_CLIENT
is documented -- was the link not working correctly? https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLS_CLIENT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, just need ~ssl.
Updated, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
And thanks for the reviews! |
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-118367 is a backport of this pull request to the 3.12 branch. |
…) (#118367) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Fix 30 Sphinx warnings in
Doc/whatsnew/3.10.rst
:I wasn't sure what to do about the remaining four so left them:
📚 Documentation preview 📚: https://cpython-previews--118356.org.readthedocs.build/