Skip to content

Synchronize copy methods between Python and C implementations of xml.etree.ElementTree.Element #76605

@GPHemsley

Description

@GPHemsley
mannequin
BPO 32424
Nosy @scoder, @bitdancer, @asvetlov, @serhiy-storchaka, @srinivasreddy, @JulienPalard, @pganssle, @GPHemsley
PRs
  • bpo-32424: Rename copy() to __copy__() in Python version of xml.etree.ElementTree. #5022
  • bpo-32424: Synchronize xml.etree.ElementTree.Element copy methods. #5046
  • bpo-32424: Improve test coverage for xml.etree.ElementTree #12891
  • bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() #12995
  • 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 2019-09-10.15:22:43.606>
    created_at = <Date 2017-12-24.18:51:40.307>
    labels = ['expert-XML', '3.8', 'type-bug', 'library', '3.9']
    title = 'Synchronize copy methods between Python and C implementations of xml.etree.ElementTree.Element'
    updated_at = <Date 2019-09-10.15:22:43.606>
    user = 'https://github.com/GPHemsley'

    bugs.python.org fields:

    activity = <Date 2019-09-10.15:22:43.606>
    actor = 'scoder'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-09-10.15:22:43.606>
    closer = 'scoder'
    components = ['Library (Lib)', 'XML']
    creation = <Date 2017-12-24.18:51:40.307>
    creator = 'gphemsley'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32424
    keywords = ['patch']
    message_count = 30.0
    messages = ['309010', '309074', '309089', '309116', '309121', '309122', '309124', '309131', '309140', '309142', '309143', '309144', '309145', '309146', '309147', '309149', '309179', '309184', '309263', '309953', '310362', '340381', '340589', '340592', '340600', '340602', '341021', '341447', '351698', '351699']
    nosy_count = 9.0
    nosy_names = ['scoder', 'r.david.murray', 'eli.bendersky', 'asvetlov', 'serhiy.storchaka', 'thatiparthy', 'mdk', 'p-ganssle', 'gphemsley']
    pr_nums = ['5022', '5046', '12891', '12995']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32424'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (EOL)end of life3.9only security fixesstdlibPython modules in the Lib dirtopic-XMLtype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions