Skip to content

email.utils.formataddr() should be rfc2047 aware #44784

Closed
@warsaw

Description

@warsaw
BPO 1690608
Nosy @warsaw, @terryjreedy, @bitdancer
Files
  • issue-1690608.patch: Contains a test and fix for this issue
  • issue-1690608-v2.patch: Switched to email.charset.Charset, added more tests
  • issue-1690608-v3.patch: Optional arg can be str or Charset, trimmed down tests, added docs.
  • issue-1690608-v4.patch: Checking for instance of str instead of Charset, added 2 more tests for that
  • 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 = 'https://github.com/bitdancer'
    closed_at = <Date 2011-04-06.14:04:35.924>
    created_at = <Date 2007-03-29.13:27:49.000>
    labels = ['easy', 'type-feature', 'library']
    title = 'email.utils.formataddr() should be rfc2047 aware'
    updated_at = <Date 2011-04-07.09:31:56.092>
    user = 'https://github.com/warsaw'

    bugs.python.org fields:

    activity = <Date 2011-04-07.09:31:56.092>
    actor = 'torsten.becker'
    assignee = 'r.david.murray'
    closed = True
    closed_date = <Date 2011-04-06.14:04:35.924>
    closer = 'r.david.murray'
    components = ['Library (Lib)']
    creation = <Date 2007-03-29.13:27:49.000>
    creator = 'barry'
    dependencies = []
    files = ['21429', '21431', '21434', '21436']
    hgrepos = []
    issue_num = 1690608
    keywords = ['patch', 'easy']
    message_count = 13.0
    messages = ['31677', '113048', '132320', '132331', '132351', '132356', '132367', '132381', '132389', '132390', '133129', '133131', '133202']
    nosy_count = 5.0
    nosy_names = ['barry', 'terry.reedy', 'r.david.murray', 'python-dev', 'torsten.becker']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1690608'
    versions = ['Python 3.3']

    Metadata

    Metadata

    Assignees

    Labels

    easystdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions