[issue28533] Replace asyncore/asynchat/smptd in tests

2021-11-11 Thread STINNER Victor
STINNER Victor added the comment: I wrote PR 29521 to remove the asyncore, asynchat and smtpd modules. > libregrtest/save_env.py only checks that asyncore.socket_map is not modified, > we can keep it until asyncore is really removed. I chose to remove it instead of my PR. > test_support.py

[issue28533] Replace asyncore/asynchat/smptd in tests

2021-11-11 Thread STINNER Victor
STINNER Victor added the comment: I forgot about this issue and I created a duplicate: bpo-45785. Copy of my messages. I propose to remove asyncore, asynchat and smtpd modules from the Python standard library to remove the Python maintenance burden. These modules are deprecated since Python

[issue28533] Replace asyncore/asynchat/smptd in tests

2021-11-11 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +27771 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29521 ___ Python tracker __

[issue28533] Replace asyncore/asynchat/smptd in tests

2021-10-21 Thread Irit Katriel
Change by Irit Katriel : -- assignee: aeros -> components: +Tests nosy: +asvetlov title: Replace asyncore -> Replace asyncore/asynchat/smptd in tests versions: +Python 3.11 -Python 3.7 ___ Python tracker ___