There was a problem hiding this comment.
IMO this is a reasonable decision but (and how Barry Warsaw say) we should follow the normal deprecated process.
|
I tried to find docs on that but couldn't. Do you want two releases warning? |
|
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? |
|
|
||
| .. class:: MailmanProxy(localaddr, remoteaddr) | ||
|
|
||
| .. deprecated-removed:: 3.8 3.10 |
There was a problem hiding this comment.
Should now be 3.9 3.11 since we are past 3.8 period now.
|
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 |
|
Thanks for making the requested changes! @maxking: please review the changes made to this pull request. |
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
Since
smtpd.MailmanProxyis 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