[issue30514] test_poplib replace asyncore

2021-11-16 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue30514] test_poplib replace asyncore

2021-11-15 Thread STINNER Victor
STINNER Victor added the comment: 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/9bf2cbc4c498812e14f20d86acb61c5

[issue30514] test_poplib replace asyncore

2017-05-30 Thread Grzegorz Grzywacz
Changes by Grzegorz Grzywacz : -- pull_requests: +1947 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue30514] test_poplib replace asyncore

2017-05-30 Thread Grzegorz Grzywacz
New submission from Grzegorz Grzywacz: sub-issue of issue28533 -- components: Tests messages: 294770 nosy: grzgrzgrz3 priority: normal severity: normal status: open title: test_poplib replace asyncore versions: Python 3.6, Python 3.7 ___ Python tracke