Skip to content

bpo-35800: Deprecate smtpd.MailmanProxy#11675

Merged
miss-islington merged 4 commits intopython:masterfrom
samuelcolvin:deprecate-mailmanproxy
Oct 12, 2019
Merged

bpo-35800: Deprecate smtpd.MailmanProxy#11675
miss-islington merged 4 commits intopython:masterfrom
samuelcolvin:deprecate-mailmanproxy

Conversation

@samuelcolvin
Copy link
Copy Markdown
Contributor

@samuelcolvin samuelcolvin commented Jan 25, 2019

Since smtpd.MailmanProxy is already broken, it is not formally deprecated in 3.9. It will be removed in 3.10.

https://bugs.python.org/issue35800

Automerge-Triggered-By: @maxking

@samuelcolvin samuelcolvin requested a review from a team as a code owner January 25, 2019 17:15
@samuelcolvin samuelcolvin changed the title bpi-35800: deprecate MailmanProxy bpo-35800: deprecate MailmanProxy Jan 25, 2019
Copy link
Copy Markdown
Contributor

@eamanu eamanu left a comment

Choose a reason for hiding this comment

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

IMO this is a reasonable decision but (and how Barry Warsaw say) we should follow the normal deprecated process.

@samuelcolvin
Copy link
Copy Markdown
Contributor Author

I tried to find docs on that but couldn't. Do you want two releases warning?

Comment thread Doc/library/smtpd.rst Outdated
@maxking
Copy link
Copy Markdown
Contributor

maxking commented Oct 6, 2019

Looks like we are past 3.8, let's move this to be deprecated in 3.9 and removed in 3.11.

@samuelcolvin can you please update it accordingly?

Comment thread Doc/library/smtpd.rst Outdated

.. class:: MailmanProxy(localaddr, remoteaddr)

.. deprecated-removed:: 3.8 3.10
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should now be 3.9 3.11 since we are past 3.8 period now.

@bedevere-bot
Copy link
Copy Markdown

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@samuelcolvin
Copy link
Copy Markdown
Contributor Author

I have made the requested changes; please review again

@bedevere-bot
Copy link
Copy Markdown

Thanks for making the requested changes!

@maxking: please review the changes made to this pull request.

@bedevere-bot bedevere-bot requested a review from maxking October 8, 2019 18:54
Copy link
Copy Markdown
Contributor

@maxking maxking left a comment

Choose a reason for hiding this comment

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

LGTM

@maxking maxking changed the title bpo-35800: deprecate MailmanProxy bpo-35800: Deprecate smtpd.MailmanProxy Oct 12, 2019
@miss-islington miss-islington merged commit 822922a into python:master Oct 12, 2019
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
Since `smtpd.MailmanProxy` is already broken, it is not formally deprecated in 3.9. It will be removed in 3.10.


https://bugs.python.org/issue35800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants