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
cba0053b
Commit
cba0053b
authored
Dec 16, 2015
by
Yury Selivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/asyncio: Twek sections names per Nick Coghlan suggestion
parent
ea4ce1c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+3
-3
Doc/library/asyncio-stream.rst
Doc/library/asyncio-stream.rst
+3
-3
No files found.
Doc/library/asyncio-protocol.rst
View file @
cba0053b
.. currentmodule:: asyncio
.. currentmodule:: asyncio
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
+++++
Transports and protocols (
low-level
API)
Transports and protocols (
callback based
API)
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
+++++
.. _asyncio-transport:
.. _asyncio-transport:
...
...
Doc/library/asyncio-stream.rst
View file @
cba0053b
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
.. _asyncio-streams:
.. _asyncio-streams:
++++++++++++++++++++++++
++++++++++++++++++++++++
+++++
Streams (
high-level
API)
Streams (
coroutine based
API)
++++++++++++++++++++++++
++++++++++++++++++++++++
+++++
Stream functions
Stream functions
================
================
...
...
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