Issue 30514: test_poplib replace asyncore (original) (raw)
Issue30514
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/74699
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 | ||
msg406378 - (view) | Author: STINNER Victor (vstinner) * ![]() |
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:47 | admin | set | github: 74699 |
2021-11-16 10:15:25 | iritkatriel | set | versions: + Python 3.11, - Python 3.6, Python 3.7 |
2021-11-15 23:51:57 | vstinner | set | nosy: + vstinnermessages: + |
2021-11-15 23:50:48 | vstinner | unlink | issue28533 dependencies |
2017-05-30 17:40:49 | grzgrzgrz3 | set | pull_requests: + <pull%5Frequest1947> |
2017-05-30 17:32:46 | Mariatta | link | issue28533 dependencies |
2017-05-30 17:24:00 | grzgrzgrz3 | create |