Skip to content

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

Open
kevinAlbs wants to merge 1 commit into
python:mainfrom
kevinAlbs:fix_shared_cipher_docs
Open

gh-106344 fix docs of SSLSocket.shared_ciphers()#106345
kevinAlbs wants to merge 1 commit into
python:mainfrom
kevinAlbs:fix_shared_cipher_docs

Conversation

@kevinAlbs
Copy link
Copy Markdown

@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
Copy Markdown

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
@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 13, 2026
@serhiy-storchaka serhiy-storchaka added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 30, 2026
@serhiy-storchaka serhiy-storchaka requested a review from Yhg1s May 30, 2026 14:08
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 needs backport to 3.15 pre-release feature fixes, bugs and security fixes skip news stale Stale PR or inactive for long period of time. 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