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

email.Message.as_string no longer mangles "From " (doc fix) #55764

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

email.Message.as_string no longer mangles "From " (doc fix) #55764

michaelhenry mannequin opened this issue Mar 15, 2011 · 4 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@michaelhenry
Copy link
Mannequin

michaelhenry mannequin commented Mar 15, 2011

BPO 11555
Nosy @vstinner, @bitdancer
PRs
  • bpo-11555: Enhance IocpProactor.close() log again #11563
  • bpo-11555: Enhance IocpProactor.close() log again #11563
  • bpo-11555: Enhance IocpProactor.close() log again #11563
  • [3.7] bpo-34323: Enhance IocpProactor.close() log #11565
  • [3.7] bpo-34323: Enhance IocpProactor.close() log #11565
  • [3.7] bpo-34323: Enhance IocpProactor.close() log #11565
  • [3.7] bpo-34323: Enhance IocpProactor.close() log #11565
  • 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-03-15.18:05:29.715>
    created_at = <Date 2011-03-15.15:15:42.405>
    labels = ['type-bug', 'library']
    title = 'email.Message.as_string no longer mangles "From " (doc fix)'
    updated_at = <Date 2019-01-15.11:39:41.837>
    user = 'https://bugs.python.org/michaelhenry'

    bugs.python.org fields:

    activity = <Date 2019-01-15.11:39:41.837>
    actor = 'vstinner'
    assignee = 'r.david.murray'
    closed = True
    closed_date = <Date 2011-03-15.18:05:29.715>
    closer = 'r.david.murray'
    components = ['Library (Lib)']
    creation = <Date 2011-03-15.15:15:42.405>
    creator = 'michael.henry'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 11555
    keywords = []
    message_count = 4.0
    messages = ['130981', '131011', '333675', '333680']
    nosy_count = 4.0
    nosy_names = ['vstinner', 'r.david.murray', 'python-dev', 'michael.henry']
    pr_nums = ['11563', '11563', '11563', '11565', '11565', '11565', '11565']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue11555'
    versions = ['Python 3.1', 'Python 3.2', 'Python 3.3']

    @michaelhenry
    Copy link
    Mannequin Author

    michaelhenry mannequin commented Mar 15, 2011

    The function email.Message.as_string has an out-of-date comment:

    """
    This is a convenience method and may not generate the message exactly
    as you intend because by default it mangles lines that begin with
    "From ". For more flexibility, use the flatten() method of a
    Generator instance.
    """

    The functionality has changed such that "From " mangling is no longer done.

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

    python-dev mannequin commented Mar 15, 2011

    New changeset 2804a78a123e by R David Murray in branch '3.1':
    bpo-11555: update doc for 3.x change to as_string mangle_from default.
    http://hg.python.org/cpython/rev/2804a78a123e

    New changeset 9daa9a4c4cc4 by R David Murray in branch '3.2':
    Merge bpo-11555 as_string doc fix from 3.1.
    http://hg.python.org/cpython/rev/9daa9a4c4cc4

    New changeset 1c0cded97280 by R David Murray in branch 'default':
    Merge bpo-11555 as_string doc fix from 3.2.
    http://hg.python.org/cpython/rev/1c0cded97280

    @bitdancer bitdancer added the type-bug An unexpected behavior, bug, or error label Mar 15, 2011
    @vstinner
    Copy link
    Member

    New changeset b91140f by Victor Stinner in branch 'master':
    bpo-11555: Enhance IocpProactor.close() log again (GH-11563)
    b91140f

    @vstinner
    Copy link
    Member

    New changeset b91140f by Victor Stinner in branch 'master':
    bpo-11555: Enhance IocpProactor.close() log again (GH-11563)
    b91140f

    Sorry, this change is for bpo-34323.

    @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-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants