This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: improvements to the asyncio documentation
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Benjamin Hodgson, asvetlov, docs@python, python-dev
Priority: normal Keywords: patch

Created on 2015-09-21 20:59 by Benjamin Hodgson, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
asynciodocs.patch Benjamin Hodgson, 2015-09-21 20:59 review
Messages (3)
msg251260 - (view) Author: Benjamin Hodgson (Benjamin Hodgson) * Date: 2015-09-21 20:59
I spotted some grammatical errors in the "Develop with asyncio" page, so I improved the wording a bit. I also added a more explicit link to BaseEventLoop.set_debug().
msg251507 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-09-24 11:34
New changeset 3909d29d29fc by Andrew Svetlov in branch '3.4':
Fix #25208: Improve "Develop with asyncio" doc page.
https://hg.python.org/cpython/rev/3909d29d29fc
msg251508 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2015-09-24 11:36
Fixed. Thanks!
History
Date User Action Args
2022-04-11 14:58:21adminsetgithub: 69395
2015-09-24 11:36:38asvetlovsetstatus: open -> closed

versions: + Python 3.6
nosy: + asvetlov

messages: + msg251508
resolution: fixed
stage: resolved
2015-09-24 11:34:31python-devsetnosy: + python-dev
messages: + msg251507
2015-09-21 21:01:34Benjamin Hodgsonsettype: enhancement
2015-09-21 20:59:47Benjamin Hodgsoncreate