This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove long-time deprecated attributes from smtpd
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, barry, berker.peksag, jesstess, pitrou, r.david.murray, zvyn
Priority: normal Keywords: patch

Created on 2014-07-25 16:51 by zvyn, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
smtpd_remove_deprecated_attrs.patch zvyn, 2014-07-25 16:51 review
smtpd_remove_deprecated_attrs_v2.patch zvyn, 2014-07-29 23:25 added a note to whatsnew/3.5#porting-to-python-3-5 review
Messages (3)
msg223969 - (view) Author: Milan Oberkirch (zvyn) * Date: 2014-07-25 16:51
I made a patch removing deprecated attributes from smtpd (as suggested by r.david.murray).
msg235958 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-02-14 09:46
Can we have a patch review on this please.
msg309751 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2018-01-10 00:54
I'm closing this as won't fix since smtpd.py is deprecated and will likely not get any future development.  Please see aiosmtpd as a much better third party replacement.
History
Date User Action Args
2022-04-11 14:58:06adminsetgithub: 66269
2018-01-10 00:54:56barrysetstatus: open -> closed

nosy: + barry
messages: + msg309751

resolution: wont fix
stage: patch review -> resolved
2015-02-16 06:10:13berker.peksagsetnosy: + berker.peksag
2015-02-14 09:46:44BreamoreBoysetnosy: + BreamoreBoy
messages: + msg235958
2014-08-05 05:43:41ezio.melottisettype: enhancement
stage: patch review
2014-07-29 23:25:17zvynsetfiles: + smtpd_remove_deprecated_attrs_v2.patch
2014-07-25 16:51:37zvyncreate