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: Please add asyncio.BaseEventLoop.connect_accepted_socket Version Added to documentation
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Decorater, Thomas Eldon Allred, docs@python, yselivanov
Priority: normal Keywords: patch

Created on 2017-11-21 15:25 by Thomas Eldon Allred, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4491 merged Decorater, 2017-11-21 15:48
PR 4493 merged python-dev, 2017-11-21 16:06
Messages (4)
msg306650 - (view) Author: Thomas Eldon Allred (Thomas Eldon Allred) Date: 2017-11-21 15:25
asyncio.BaseEventLoop.connect_accepted_socket was added in v3.5.3 Please add a note to the documentation.
msg306653 - (view) Author: Decorater (Decorater) * Date: 2017-11-21 15:33
Will see whhat I can do.
msg306663 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2017-11-21 16:06
New changeset 431665bf1971e66c51f59abf0693f700ff7919e8 by Yury Selivanov (AraHaan) in branch 'master':
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)
https://github.com/python/cpython/commit/431665bf1971e66c51f59abf0693f700ff7919e8
msg306665 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2017-11-21 16:16
New changeset d7ed48c2b8c11bb99da3661e8fe0bf5ae7f6b8d7 by Yury Selivanov (Miss Islington (bot)) in branch '3.6':
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (GH-4491) (#4493)
https://github.com/python/cpython/commit/d7ed48c2b8c11bb99da3661e8fe0bf5ae7f6b8d7
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76286
2017-11-21 16:16:54yselivanovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-11-21 16:16:42yselivanovsetmessages: + msg306665
2017-11-21 16:06:42python-devsetpull_requests: + pull_request4430
2017-11-21 16:06:28yselivanovsetnosy: + yselivanov
messages: + msg306663
2017-11-21 15:48:37Decoratersetkeywords: + patch
stage: patch review
pull_requests: + pull_request4428
2017-11-21 15:33:10Decoratersetnosy: + Decorater
messages: + msg306653
2017-11-21 15:25:13Thomas Eldon Allredcreate