Issue32105
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) * | 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) * | 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:54 | admin | set | github: 76286 |
| 2017-11-21 16:16:54 | yselivanov | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2017-11-21 16:16:42 | yselivanov | set | messages: + msg306665 |
| 2017-11-21 16:06:42 | python-dev | set | pull_requests: + pull_request4430 |
| 2017-11-21 16:06:28 | yselivanov | set | nosy:
+ yselivanov messages: + msg306663 |
| 2017-11-21 15:48:37 | Decorater | set | keywords:
+ patch stage: patch review pull_requests: + pull_request4428 |
| 2017-11-21 15:33:10 | Decorater | set | nosy:
+ Decorater messages: + msg306653 |
| 2017-11-21 15:25:13 | Thomas Eldon Allred | create | |