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 support from asyncio
Type: Stage: resolved
Components: asyncio Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, methane, yselivanov
Priority: normal Keywords:

Created on 2017-02-22 05:37 by methane, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 232 merged methane, 2017-02-22 05:48
Messages (2)
msg288332 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2017-02-22 05:37
asyncio for Python 3.3 has not been released for two years.
https://pypi.python.org/pypi/asyncio

We have many code in asyncio for support Python 3.3.
How about removing them?
msg292250 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2017-04-25 01:57
New changeset 3e2ad8ec61a322370a6fbdfb2209cf74546f5e08 by INADA Naoki in branch 'master':
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
https://github.com/python/cpython/commit/3e2ad8ec61a322370a6fbdfb2209cf74546f5e08
History
Date User Action Args
2022-04-11 14:58:43adminsetgithub: 73803
2017-04-25 01:59:14methanesetstatus: open -> closed
resolution: fixed
stage: resolved
2017-04-25 01:57:20methanesetmessages: + msg292250
2017-02-22 05:48:44methanesetpull_requests: + pull_request195
2017-02-22 05:37:49methanecreate