Skip to content

gh-106344 fix docs of SSLSocket.shared_ciphers() #106345

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kevinAlbs
Copy link

@kevinAlbs kevinAlbs commented Jul 3, 2023

Note None is returned if the SSL session has is reused.

Resolves: #106344


📚 Documentation preview 📚: https://cpython-previews--106345.org.readthedocs.build/

Note `None` is returned if the SSL session has is reused.
@ghost
Copy link

ghost commented Jul 3, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@hugovk hugovk removed the needs backport to 3.11 only security fixes label Apr 11, 2024
@serhiy-storchaka serhiy-storchaka added the needs backport to 3.13 bugs and security fixes label May 9, 2024
@hugovk hugovk removed the needs backport to 3.12 only security fixes label Apr 10, 2025
@serhiy-storchaka serhiy-storchaka added the needs backport to 3.14 bugs and security fixes label May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review docs Documentation in the Doc dir needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes skip news topic-SSL
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

SSLSocket.shared_ciphers() does not document None is returned on session reuse
4 participants