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 db87c99 commit 2ebd6feCopy full SHA for 2ebd6fe
1 file changed
Doc/library/asyncio-protocol.rst
@@ -87,18 +87,18 @@ BaseTransport
87
88
- ``'subprocess'``: :class:`subprocess.Popen` instance
89
90
- .. method:: set_protocol(self, protocol)
+ .. method:: set_protocol(protocol)
91
92
Set a new protocol. Switching protocol should only be done when both
93
protocols are documented to support the switch.
94
95
- .. versionadded:: 3.6.0
+ .. versionadded:: 3.5.3
96
97
- .. method:: get_protocol(self)
+ .. method:: get_protocol
98
99
Return the current protocol.
100
101
102
103
.. versionchanged:: 3.5.1
104
``'ssl_object'`` info was added to SSL sockets.
0 commit comments