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
af635e39
Commit
af635e39
authored
Nov 07, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28088: Don't include self in method signature
Also update versionadded directive to 3.5.3.
parent
2ef5fdb4
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 @
af635e39
...
...
@@ -87,18 +87,18 @@ BaseTransport
- ``'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
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.
.. versionadded:: 3.
6.0
.. versionadded:: 3.
5.3
.. versionchanged:: 3.5.1
``'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