Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
352f44f6
Commit
352f44f6
authored
Nov 07, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #28088: Merge from 3.5
parents
612a7d26
af635e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+4
-4
No files found.
Doc/library/asyncio-protocol.rst
View file @
352f44f6
...
@@ -87,18 +87,18 @@ BaseTransport
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment