]> granicus.if.org Git - python/commit
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
authorSamuel Colvin <samcolvin@gmail.com>
Sat, 12 Oct 2019 17:24:26 +0000 (18:24 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Oct 2019 17:24:26 +0000 (10:24 -0700)
commit822922af90f389b20166f0cd6f5b7c76fd6d42d9
tree86639ed61d6bb09f4a3d792dac765ee5003379f4
parent19a3d873005e5730eeabdc394c961e93f2ec02f0
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
Doc/library/smtpd.rst
Lib/smtpd.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-01-25-17-12-17.bpo-35800.MCGJdQ.rst [new file with mode: 0644]