Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43a94c3

Browse files
committed
Fix docs for r79813.
1 parent 04f6a32 commit 43a94c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/ssl.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Functions, Constants, and Exceptions
244244
>>> ssl.OPENSSL_VERSION
245245
'OpenSSL 0.9.8k 25 Mar 2009'
246246

247-
.. versionadded:: 2.7
247+
.. versionadded:: 3.2
248248

249249
.. data:: OPENSSL_VERSION_INFO
250250

@@ -254,18 +254,18 @@ Functions, Constants, and Exceptions
254254
>>> ssl.OPENSSL_VERSION_INFO
255255
(0, 9, 8, 11, 15)
256256

257-
.. versionadded:: 2.7
257+
.. versionadded:: 3.2
258258

259259
.. data:: OPENSSL_VERSION_NUMBER
260260

261261
The raw version number of the OpenSSL library, as a single integer::
262262

263263
>>> ssl.OPENSSL_VERSION_NUMBER
264-
9470143L
264+
9470143
265265
>>> hex(ssl.OPENSSL_VERSION_NUMBER)
266-
'0x9080bfL'
266+
'0x9080bf'
267267

268-
.. versionadded:: 2.7
268+
.. versionadded:: 3.2
269269

270270

271271
SSLSocket Objects

0 commit comments

Comments
 (0)