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: asyncio-eventloop documentation grammar (minor)
Type: 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: docs@python, python-dev, tagatac, zach.ware
Priority: normal Keywords: patch

Created on 2015-08-27 20:50 by tagatac, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mywork.patch tagatac, 2015-08-27 20:50 fix review
Messages (3)
msg249257 - (view) Author: (tagatac) Date: 2015-08-27 20:50
"amongst which" in the Base Event Loop subsection of the docs does not really describe a list of facilities. "amongst which are" would be better, but "including" conveys the same thing more succinctly.
https://docs.python.org/3/library/asyncio-eventloop.html
msg249258 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-08-27 20:56
New changeset cf15066861fc by Zachary Ware in branch '3.4':
Issue #24947: Fix grammar in asyncio doc
https://hg.python.org/cpython/rev/cf15066861fc

New changeset 563d6f9fecfe by Zachary Ware in branch '3.5':
Issue #24947: Merge 3.4
https://hg.python.org/cpython/rev/563d6f9fecfe

New changeset b76346142b49 by Zachary Ware in branch 'default':
Closes #24947: Merge with 3.5
https://hg.python.org/cpython/rev/b76346142b49
msg249259 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-08-27 20:56
Fixed, thanks for the report and patch!
History
Date User Action Args
2022-04-11 14:58:20adminsetgithub: 69135
2015-08-27 20:56:49zach.waresetnosy: + zach.ware

messages: + msg249259
versions: + Python 3.4, Python 3.5, Python 3.6
2015-08-27 20:56:17python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg249258

resolution: fixed
stage: resolved
2015-08-27 20:50:01tagataccreate