Skip to content

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

Open
kevinAlbs wants to merge 2 commits into
python:mainfrom
kevinAlbs:fix_shared_cipher_docs
Open

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

Conversation

@kevinAlbs

@kevinAlbskevinAlbs commented Jul 3, 2023

Copy link
Copy Markdown

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

ghost commented Jul 3, 2023

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@hugovkhugovk removed the needs backport to 3.11 only security fixes label Apr 11, 2024
@serhiy-storchakaserhiy-storchaka added the needs backport to 3.13 bugs and security fixes label May 9, 2024
@hugovkhugovk removed the needs backport to 3.12 only security fixes label Apr 10, 2025
@serhiy-storchakaserhiy-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-actionsgithub-actionsBot added the stale Stale PR or inactive for long period of time. label Apr 13, 2026
@serhiy-storchakaserhiy-storchaka added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 30, 2026
@github-actionsgithub-actionsBot removed the stale Stale PR or inactive for long period of time. label Jun 5, 2026
@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33037657 | 📁 Comparing 4dc13a3 against main (a187330)

🔍 Preview build

1 file changed
±library/ssl.html

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewdocsDocumentation in the Doc dirneeds backport to 3.13bugs and security fixesneeds backport to 3.14bugs and security fixesneeds backport to 3.15pre-release feature fixes, bugs and security fixesskip newstopic-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

5 participants

@kevinAlbs@hugovk@serhiy-storchaka@bedevere-bot@StanFromIreland