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: test_poplib replace asyncore
Type: Stage:
Components: Tests Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: grzgrzgrz3, vstinner
Priority: normal Keywords:

Created on 2017-05-30 17:24 by grzgrzgrz3, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 1864 open grzgrzgrz3, 2017-05-30 17:40
Messages (2)
msg294770 - (view) Author: Grzegorz Grzywacz (grzgrzgrz3) * Date: 2017-05-30 17:23
sub-issue of issue28533
msg406378 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2021-11-15 23:51
I removed asyncore in bpo-28533:

New changeset 9bf2cbc4c498812e14f20d86acb61c53928a5a57 by Victor Stinner in branch 'main':
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
https://github.com/python/cpython/commit/9bf2cbc4c498812e14f20d86acb61c53928a5a57

But I kept a private copy as test.support._asyncore for the few tests which still use it (asyncore, asynchat and/or smtpd).
History
Date User Action Args
2022-04-11 14:58:47adminsetgithub: 74699
2021-11-16 10:15:25iritkatrielsetversions: + Python 3.11, - Python 3.6, Python 3.7
2021-11-15 23:51:57vstinnersetnosy: + vstinner
messages: + msg406378
2021-11-15 23:50:48vstinnerunlinkissue28533 dependencies
2017-05-30 17:40:49grzgrzgrz3setpull_requests: + pull_request1947
2017-05-30 17:32:46Mariattalinkissue28533 dependencies
2017-05-30 17:24:00grzgrzgrz3create