Issue32273
Created on 2017-12-11 00:12 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4785 | merged | yselivanov, 2017-12-11 00:14 | |
| Messages (2) | |||
|---|---|---|---|
| msg308008 - (view) | Author: Yury Selivanov (yselivanov) * | Date: 2017-12-11 00:12 | |
asyncio.test_utils was never part of asyncio API and was never even documented. It's purely due to historical reasons that test_utils.py is in the Lib/asyncio directory. |
|||
| msg308049 - (view) | Author: Yury Selivanov (yselivanov) * | Date: 2017-12-11 15:04 | |
New changeset 3e9751819ad13a965e8be13c1e5bc5a6811fe6b8 by Yury Selivanov in branch 'master': bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) https://github.com/python/cpython/commit/3e9751819ad13a965e8be13c1e5bc5a6811fe6b8 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:55 | admin | set | github: 76454 |
| 2017-12-11 15:05:00 | yselivanov | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2017-12-11 15:04:43 | yselivanov | set | messages: + msg308049 |
| 2017-12-11 00:14:02 | yselivanov | set | keywords:
+ patch stage: patch review pull_requests: + pull_request4686 |
| 2017-12-11 00:12:27 | yselivanov | create | |