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: Drop python 3.4-3.5 code from asyncio.unix_events
Type: Stage: resolved
Components: asyncio, Library (Lib) Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Drop python 3.4 code from asyncio.coroutines and asyncio.unix_events
View: 32166
Assigned To: asvetlov Nosy List: asvetlov, yselivanov
Priority: normal Keywords: patch

Created on 2017-11-29 12:03 by asvetlov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4633 closed asvetlov, 2017-11-29 12:10
Messages (1)
msg307225 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2017-11-29 12:55
The work will be done in https://bugs.python.org/issue32166
History
Date User Action Args
2022-04-11 14:58:55adminsetgithub: 76350
2017-11-29 12:55:03asvetlovsetstatus: open -> closed
superseder: Drop python 3.4 code from asyncio.coroutines and asyncio.unix_events
messages: + msg307225

resolution: duplicate
stage: patch review -> resolved
2017-11-29 12:10:10asvetlovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request4549
2017-11-29 12:05:07asvetlovsettitle: Drop python 3.4 code from asyncio.unix_events -> Drop python 3.4-3.5 code from asyncio.unix_events
2017-11-29 12:03:48asvetlovcreate