Issue 26157: Typo in asyncio documentation (original) (raw)

Issue26157

Created on 2016-01-19 15:16 by frankmillman, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch.diff Paradisee,2016-01-19 16:24 Typo patch review
Messages (4)
msg258599 - (view) Author: Frank Millman (frankmillman) Date: 2016-01-19 15:16
18.5.1.15. Server close() "The sockets that represent existing incoming client connections are leaved open." I think this should say 'are left open'.
msg258602 - (view) Author: Carlo Beccarini (Paradisee) * Date: 2016-01-19 16:02
Absolutely.
msg258640 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-20 05:14
New changeset 7415a9386048 by Berker Peksag in branch '3.5': Issue #26157: Fix typos in asyncio-eventloop.rst https://hg.python.org/cpython/rev/7415a9386048 New changeset 67f562cbd87b by Berker Peksag in branch 'default': Issue #26157: Fix typos in asyncio-eventloop.rst https://hg.python.org/cpython/rev/67f562cbd87b
msg258641 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-01-20 05:17
Thanks! I noticed another typo in the same file and fixed it.
History
Date User Action Args
2022-04-11 14:58:26 admin set github: 70345
2016-01-20 05:17:35 berker.peksag set status: open -> closedversions: - Python 3.4nosy: + berker.peksagmessages: + resolution: fixedstage: resolved
2016-01-20 05:14:57 python-dev set nosy: + python-devmessages: +
2016-01-19 16:24:52 Paradisee set files: + patch.diffkeywords: + patch
2016-01-19 16:12:39 Paradisee set versions: + Python 3.4
2016-01-19 16:02:11 Paradisee set nosy: + Paradiseemessages: +
2016-01-19 15:16:28 frankmillman create