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 51d9068 commit 127a497Copy full SHA for 127a497
Doc/library/ssl.rst
@@ -2574,12 +2574,8 @@ provided.
2574
:exc:`SSLWantReadError` if it needs more data than the incoming BIO has
2575
available.
2576
2577
- - There is no module-level ``wrap_bio()`` call like there is for
2578
- :meth:`~SSLContext.wrap_socket`. An :class:`SSLObject` is always created
2579
- via an :class:`SSLContext`.
2580
-
2581
.. versionchanged:: 3.7
2582
- :class:`SSLObject` instances must to created with
+ :class:`SSLObject` instances must be created with
2583
:meth:`~SSLContext.wrap_bio`. In earlier versions, it was possible to
2584
create instances directly. This was never documented or officially
2585
supported.
0 commit comments