mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #28088: Merge from 3.6
This commit is contained in:
commit
cb0416f2d0
1 changed files with 4 additions and 4 deletions
|
@ -87,18 +87,18 @@ BaseTransport
|
||||||
|
|
||||||
- ``'subprocess'``: :class:`subprocess.Popen` instance
|
- ``'subprocess'``: :class:`subprocess.Popen` instance
|
||||||
|
|
||||||
.. method:: set_protocol(self, protocol)
|
.. method:: set_protocol(protocol)
|
||||||
|
|
||||||
Set a new protocol. Switching protocol should only be done when both
|
Set a new protocol. Switching protocol should only be done when both
|
||||||
protocols are documented to support the switch.
|
protocols are documented to support the switch.
|
||||||
|
|
||||||
.. versionadded:: 3.6.0
|
.. versionadded:: 3.5.3
|
||||||
|
|
||||||
.. method:: get_protocol(self)
|
.. method:: get_protocol
|
||||||
|
|
||||||
Return the current protocol.
|
Return the current protocol.
|
||||||
|
|
||||||
.. versionadded:: 3.6.0
|
.. versionadded:: 3.5.3
|
||||||
|
|
||||||
.. versionchanged:: 3.5.1
|
.. versionchanged:: 3.5.1
|
||||||
``'ssl_object'`` info was added to SSL sockets.
|
``'ssl_object'`` info was added to SSL sockets.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue