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: Remove asyncio.test_utils
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords: patch

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) * (Python committer) 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) * (Python committer) 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:55adminsetgithub: 76454
2017-12-11 15:05:00yselivanovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-12-11 15:04:43yselivanovsetmessages: + msg308049
2017-12-11 00:14:02yselivanovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request4686
2017-12-11 00:12:27yselivanovcreate