◐ Shell
clean mode source ↗

gh-106344 fix docs of `SSLSocket.shared_ciphers()` by kevinAlbs · Pull Request #106345 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@kevinAlbs

@kevinAlbs kevinAlbs commented

Jul 3, 2023

edited by github-actions Bot

Loading

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

edited by ghost

Loading

Copy link Copy Markdown

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

@github-actions github-actions Bot 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@tiran tiran Awaiting requested review from tiran

@Yhg1s Yhg1s Awaiting requested review from Yhg1s

@gpshead gpshead Awaiting requested review from gpshead gpshead is a code owner

@picnixz picnixz Awaiting requested review from picnixz picnixz is a code owner

Assignees

No one assigned

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 topic-SSL

Projects

Docs PRs

Status: Todo

Milestone

No milestone

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