diff options
author | Samuel Colvin <samcolvin@gmail.com> | 2019-10-12 17:24:26 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-10-12 17:24:26 (GMT) |
commit | 822922af90f389b20166f0cd6f5b7c76fd6d42d9 (patch) | |
tree | 86639ed61d6bb09f4a3d792dac765ee5003379f4 /Misc | |
parent | 19a3d873005e5730eeabdc394c961e93f2ec02f0 (diff) | |
download | cpython-822922af90f389b20166f0cd6f5b7c76fd6d42d9.zip cpython-822922af90f389b20166f0cd6f5b7c76fd6d42d9.tar.gz cpython-822922af90f389b20166f0cd6f5b7c76fd6d42d9.tar.bz2 |
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
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
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-01-25-17-12-17.bpo-35800.MCGJdQ.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -321,6 +321,7 @@ Benjamin Collar Jeffery Collins Robert Collins Paul Colomiets +Samuel Colvin Christophe Combelles Geremy Condra Denver Coneybeare diff --git a/Misc/NEWS.d/next/Library/2019-01-25-17-12-17.bpo-35800.MCGJdQ.rst b/Misc/NEWS.d/next/Library/2019-01-25-17-12-17.bpo-35800.MCGJdQ.rst new file mode 100644 index 0000000..27e8d0b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-01-25-17-12-17.bpo-35800.MCGJdQ.rst @@ -0,0 +1 @@ +Deprecate ``smtpd.MailmanProxy`` ready for future removal. |