Skip to content

Modify serializer for xml.etree.ElementTree to allow forcing the use of long tag closing #58585

@adpoliak

Description

@adpoliak
mannequin
BPO 14377
Nosy @merwok, @serhiy-storchaka
Files
  • ElementTree_py-force_long_tags.patch: Patch that adds a parameter to write() of an ElementTree object to allow forcing the use of long tag closing
  • ElementTree_py-force_long_tags-v2.patch: Revised patch -- logic order changes and clearer path for patched file
  • ElementTree-force_long_tags-v3.patch: Latest version of patch
  • ElementTree-force_long_tags-v3.patch: Regenerate patch for review. Strip tail whitespaces.
  • etree_short_empty_elements.patch
  • etree_short_empty_elements_2.patch
  • 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/serhiy-storchaka'
    closed_at = <Date 2013-01-13.14:05:09.775>
    created_at = <Date 2012-03-21.04:46:26.240>
    labels = ['type-feature', 'library']
    title = 'Modify serializer for xml.etree.ElementTree to allow forcing the use of long tag closing'
    updated_at = <Date 2013-01-13.22:31:44.118>
    user = 'https://bugs.python.org/adpoliak'

    bugs.python.org fields:

    activity = <Date 2013-01-13.22:31:44.118>
    actor = 'eli.bendersky'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2013-01-13.14:05:09.775>
    closer = 'python-dev'
    components = ['Library (Lib)']
    creation = <Date 2012-03-21.04:46:26.240>
    creator = 'adpoliak'
    dependencies = []
    files = ['24978', '25008', '25946', '26010', '28678', '28715']
    hgrepos = []
    issue_num = 14377
    keywords = ['patch']
    message_count = 20.0
    messages = ['156472', '156476', '156648', '156682', '162524', '162699', '162828', '162841', '162849', '162948', '164715', '179555', '179575', '179595', '179867', '179874', '179875', '179878', '179893', '179898']
    nosy_count = 5.0
    nosy_names = ['eric.araujo', 'eli.bendersky', 'python-dev', 'serhiy.storchaka', 'adpoliak']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue14377'
    versions = ['Python 3.4']

    Metadata

    Metadata

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions