We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def9633 commit 4bbb521Copy full SHA for 4bbb521
src/requests/help.py
@@ -97,7 +97,7 @@ def info():
97
pyopenssl_info = {
98
"version": OpenSSL.__version__,
99
"openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}",
100
- "openssl_version_readable": openssl_version
+ "human_friendly_version": openssl_version,
101
}
102
cryptography_info = {
103
"version": getattr(cryptography, "__version__", ""),
0 commit comments