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: Documentation wording fix on Lib/asyncio/transports.py
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: cleber.gnu, docs@python, miss-islington, python-dev, xtreak
Priority: normal Keywords: patch

Created on 2020-08-18 00:15 by cleber.gnu, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21914 merged python-dev, 2020-08-18 00:21
PR 21929 merged miss-islington, 2020-08-20 12:41
PR 21930 merged miss-islington, 2020-08-20 12:41
Messages (5)
msg375581 - (view) Author: Cleber Rosa (cleber.gnu) * Date: 2020-08-18 00:15
The docstring on asyncio.transports.BaseTransport.close() is missing a verb.
msg375708 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-08-20 12:40
New changeset 1afb42cfa82dad0ddd726f59c6c5fcb3962314db by Cleber Rosa in branch 'master':
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
https://github.com/python/cpython/commit/1afb42cfa82dad0ddd726f59c6c5fcb3962314db
msg375751 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-08-21 12:19
New changeset a2d00f04733491a56abec45e7a20fb42282bb4d1 by Miss Islington (bot) in branch '3.9':
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929)
https://github.com/python/cpython/commit/a2d00f04733491a56abec45e7a20fb42282bb4d1
msg375752 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-08-21 12:20
New changeset 1370d9dd9fbd71e9d3c250c8e6644e0ee6534fca by Miss Islington (bot) in branch '3.8':
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930)
https://github.com/python/cpython/commit/1370d9dd9fbd71e9d3c250c8e6644e0ee6534fca
msg375753 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-08-21 12:20
Thanks Cleber.
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85744
2020-08-21 12:20:57xtreaksetstatus: open -> closed
resolution: fixed
messages: + msg375753

stage: patch review -> resolved
2020-08-21 12:20:05xtreaksetmessages: + msg375752
2020-08-21 12:19:48xtreaksetmessages: + msg375751
2020-08-20 12:41:52miss-islingtonsetpull_requests: + pull_request21043
2020-08-20 12:41:39miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request21042
2020-08-20 12:40:13xtreaksetnosy: + xtreak
messages: + msg375708
2020-08-18 00:21:43python-devsetkeywords: + patch
nosy: + python-dev

pull_requests: + pull_request21030
stage: patch review
2020-08-18 00:15:35cleber.gnucreate