Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-101100: Fix Sphinx warnings inwhatsnew/3.10.rst
#118356
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-101100: Fix Sphinx warnings inwhatsnew/3.10.rst
#118356
Uh oh!
There was an error while loading.Please reload this page.
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 likePROTOCOL_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 the3.12 branch. |
…) (#118367)Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
LamentXU123 commentedJul 8, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
IMO the first one is referringasyncio.loop.connect_accepted_socket not asyncio.events.connect_accepted_socket
|
Uh oh!
There was an error while loading.Please reload this page.
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/