Skip to content

Port to Python 2.4~2.6 and 3.0~3.3 #1

@lucasicf

Description

@lucasicf

Known bug: different indentation in Python 2.6:

{'root': {
    'test': 'test'
}}

generates:

<?xml version="1.0" ?>
<root>
  <test>
    test
  </test>
</root>

instead of:

<?xml version="1.0" ?>
<root>
  <test>test</test>
</root>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions