Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-35800: Deprecate smtpd.MailmanProxy #11675

Merged
merged 4 commits into from Oct 12, 2019

Conversation

@samuelcolvin
Copy link
Sponsor 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 as a code owner Jan 25, 2019
@samuelcolvin samuelcolvin changed the title bpi-35800: deprecate MailmanProxy bpo-35800: deprecate MailmanProxy Jan 25, 2019
Copy link
Contributor

@eamanu eamanu left a comment

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

@samuelcolvin
Copy link
Sponsor Contributor Author

@samuelcolvin samuelcolvin commented Jan 28, 2019

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

Doc/library/smtpd.rst Outdated Show resolved Hide resolved
@maxking
Copy link
Contributor

@maxking 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?

@@ -148,6 +148,12 @@ MailmanProxy Objects

.. class:: MailmanProxy(localaddr, remoteaddr)

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

@maxking maxking Oct 6, 2019

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

@bedevere-bot bedevere-bot commented Oct 6, 2019

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
Sponsor Contributor Author

@samuelcolvin samuelcolvin commented Oct 8, 2019

I have made the requested changes; please review again

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Oct 8, 2019

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 Oct 8, 2019
Copy link
Contributor

@maxking maxking left a comment

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
4 checks passed
jacobneiltaylor added a commit to jacobneiltaylor/cpython that referenced this issue 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
Projects
None yet
7 participants