Skip to content

gh-157513: Add structured version info for ssl - #157515

Open
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:ssl-version-info
Open

serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:ssl-version-info

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

ssl.OPENSSL_VERSION_INFO is now a named tuple.

Add ssl.OPENSSL_API_VERSION_INFO which provides information about the version of the OpenSSL library that was used for building the module. The private name _OPENSSL_API_VERSION is kept as an alias.

ssl.OPENSSL_VERSION_INFO is now a named tuple.

Add ssl.OPENSSL_API_VERSION_INFO which provides information about the
version of the OpenSSL library that was used for building the module.
The private name _OPENSSL_API_VERSION is kept as an alias.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@read-the-docs-community

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #34555078 | 📁 Comparing d0e88a1 against main (c215919)

  🔍 Preview build  

3 files changed
± library/ssl.html
± whatsnew/3.16.html
± whatsnew/changelog.html

Comment thread Modules/_ssl.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants