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

Port email module's test_email_codecs.py to Python 3 #55763

Closed
michaelhenry mannequin opened this issue Mar 15, 2011 · 2 comments
Closed

Port email module's test_email_codecs.py to Python 3 #55763

michaelhenry mannequin opened this issue Mar 15, 2011 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@michaelhenry
Copy link
Mannequin

michaelhenry mannequin commented Mar 15, 2011

BPO 11554
Nosy @bitdancer
Files
  • port-test_email_codecs.py.patch: Patch to port test_email_codecs.py for Python 3
  • 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 2011-03-15.16:27:51.770>
    created_at = <Date 2011-03-15.15:07:48.997>
    labels = ['library']
    title = "Port email module's test_email_codecs.py to Python 3"
    updated_at = <Date 2011-03-15.16:27:51.769>
    user = 'https://bugs.python.org/michaelhenry'

    bugs.python.org fields:

    activity = <Date 2011-03-15.16:27:51.769>
    actor = 'r.david.murray'
    assignee = 'none'
    closed = True
    closed_date = <Date 2011-03-15.16:27:51.770>
    closer = 'r.david.murray'
    components = ['Library (Lib)']
    creation = <Date 2011-03-15.15:07:48.997>
    creator = 'michael.henry'
    dependencies = []
    files = ['21213']
    hgrepos = []
    issue_num = 11554
    keywords = ['patch']
    message_count = 2.0
    messages = ['130980', '130992']
    nosy_count = 3.0
    nosy_names = ['r.david.murray', 'python-dev', 'michael.henry']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue11554'
    versions = ['Python 3.2', 'Python 3.3']

    @michaelhenry
    Copy link
    Mannequin Author

    michaelhenry mannequin commented Mar 15, 2011

    test_email_codecs.py in the email module should be ported to Python 3.

    The attached patch ports test_email_codecs.py and hooks it into the email test
    suite.

    @michaelhenry michaelhenry mannequin added the stdlib Python modules in the Lib dir label Mar 15, 2011
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Mar 15, 2011

    New changeset 013a1cd673fc by R David Murray in branch '3.2':
    bpo-11554: reactivate test_email_codecs, and make it pass.
    http://hg.python.org/cpython/rev/013a1cd673fc

    New changeset a6390ebff835 by R David Murray in branch 'default':
    Merge bpo-11554 test_email_codecs activation from 3.2.
    http://hg.python.org/cpython/rev/a6390ebff835

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant