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

Remove long-time deprecated attributes from smtpd #66269

Closed
zvyn mannequin opened this issue Jul 25, 2014 · 3 comments
Closed

Remove long-time deprecated attributes from smtpd #66269

zvyn mannequin opened this issue Jul 25, 2014 · 3 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@zvyn
Copy link
Mannequin

zvyn mannequin commented Jul 25, 2014

BPO 22071
Nosy @warsaw, @pitrou, @bitdancer, @berkerpeksag, @zvyn
Files
  • smtpd_remove_deprecated_attrs.patch
  • smtpd_remove_deprecated_attrs_v2.patch: added a note to whatsnew/3.5#porting-to-python-3-5
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-01-10.00:54:56.073>
    created_at = <Date 2014-07-25.16:51:37.950>
    labels = ['type-feature', 'library']
    title = 'Remove long-time deprecated attributes from smtpd'
    updated_at = <Date 2018-01-10.00:54:56.071>
    user = 'https://github.com/zvyn'

    bugs.python.org fields:

    activity = <Date 2018-01-10.00:54:56.071>
    actor = 'barry'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-01-10.00:54:56.073>
    closer = 'barry'
    components = ['Library (Lib)']
    creation = <Date 2014-07-25.16:51:37.950>
    creator = 'zvyn'
    dependencies = []
    files = ['36090', '36158']
    hgrepos = []
    issue_num = 22071
    keywords = ['patch']
    message_count = 3.0
    messages = ['223969', '235958', '309751']
    nosy_count = 7.0
    nosy_names = ['barry', 'pitrou', 'r.david.murray', 'jesstess', 'BreamoreBoy', 'berker.peksag', 'zvyn']
    pr_nums = []
    priority = 'normal'
    resolution = 'wont fix'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue22071'
    versions = ['Python 3.5']

    @zvyn
    Copy link
    Mannequin Author

    zvyn mannequin commented Jul 25, 2014

    I made a patch removing deprecated attributes from smtpd (as suggested by r.david.murray).

    @zvyn zvyn mannequin added the stdlib Python modules in the Lib dir label Jul 25, 2014
    @ezio-melotti ezio-melotti added the type-feature A feature request or enhancement label Aug 5, 2014
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Feb 14, 2015

    Can we have a patch review on this please.

    @warsaw
    Copy link
    Member

    warsaw commented Jan 10, 2018

    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.

    @warsaw warsaw closed this as completed Jan 10, 2018
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants