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 3a588d0 commit 26f8a30Copy full SHA for 26f8a30
Doc/library/ssl.rst
@@ -2453,12 +2453,8 @@ provided.
2453
:exc:`SSLWantReadError` if it needs more data than the incoming BIO has
2454
available.
2455
2456
- - There is no module-level ``wrap_bio()`` call like there is for
2457
- :meth:`~SSLContext.wrap_socket`. An :class:`SSLObject` is always created
2458
- via an :class:`SSLContext`.
2459
-
2460
.. versionchanged:: 3.7
2461
- :class:`SSLObject` instances must to created with
+ :class:`SSLObject` instances must be created with
2462
:meth:`~SSLContext.wrap_bio`. In earlier versions, it was possible to
2463
create instances directly. This was never documented or officially
2464
supported.
0 commit comments