bpo-25008: Deprecate smtpd and point to aiosmtpd by warsaw · Pull Request #274 · python/cpython

Conversation

@warsaw

We should probably also cherry pick this change into 3.4, 3.5, and 3.6 since those are the versions aiosmtpd are compatible with.

vstinner


.. seealso::

The `aiosmtpd <http://aiosmtpd.readthedocs.io/en/latest/>`_ package is a

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to drop the /en/latest/ part of the URL.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WFM, thanks.

vstinner

@vstinner

Yeah, it's time to say goodbye to asyncore :-(

@Mariatta

@warsaw

I guess I'll do the cherry picks. I think they all need merge requests right?

@Mariatta

I think they all need merge requests right?
Yes :)

warsaw added a commit to warsaw/cpython that referenced this pull request

Feb 24, 2017

warsaw added a commit to warsaw/cpython that referenced this pull request

Feb 24, 2017

warsaw added a commit to warsaw/cpython that referenced this pull request

Feb 24, 2017

@warsaw

@Mariatta It also looks like 3.4 is not a protected branch. I think I can self-approve merges to that branch.

@warsaw

Or maybe @dstufft was quicker than my browser. :)

warsaw added a commit that referenced this pull request

Feb 24, 2017

warsaw added a commit that referenced this pull request

Feb 24, 2017

warsaw added a commit that referenced this pull request

Feb 24, 2017

jaraco added a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
Fix ResourceWarning due to unclosed file resource.