]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33649: First asyncio docs improvement pass (GH-9142)
authorYury Selivanov <yury@magic.io>
Tue, 11 Sep 2018 16:54:40 +0000 (09:54 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 16:54:40 +0000 (09:54 -0700)
commit7c7605ff1133cf757cac428c483827f666c7c827
treef2ec281f9302eb4b493c34624577224c38c83949
parent735171e33486131d93865cf851c0c3d63fffd364
bpo-33649: First asyncio docs improvement pass (GH-9142)

Rewritten/updated sections:

* Event Loop APIs
* Transports & Protocols
* Streams
* Exceptions
* Policies
* Queues
* Subprocesses
* Platforms
17 files changed:
Doc/library/asyncio-dev.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-eventloops.rst [deleted file]
Doc/library/asyncio-exceptions.rst [new file with mode: 0644]
Doc/library/asyncio-platforms.rst [new file with mode: 0644]
Doc/library/asyncio-policy.rst [new file with mode: 0644]
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-queue.rst
Doc/library/asyncio-stream.rst
Doc/library/asyncio-subprocess.rst
Doc/library/asyncio-task.rst
Doc/library/asyncio.rst
Doc/library/ipc.rst
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.8.rst