commit | 5fd8123dfdf6df0a9c29363c8327ccfa0c1d41ac | [log] [tgz] |
---|---|---|
author | mefistotelis <listom@gmail.com> | Sun Apr 12 14:51:58 2020 +0200 |
committer | GitHub <noreply@github.com> | Sun Apr 12 14:51:58 2020 +0200 |
tree | e2e54c6f4857356fec8c334a5d12b01ae3ca7ebd | |
parent | 8f87eefe7f0576c05c488874eb9601a7a87c7312 [diff] |
bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) * bpo-39011: Preserve line endings within attributes Line endings within attributes were previously normalized to "\n" in Py3.7/3.8. This patch removes that normalization, as line endings which were replaced by entity numbers should be preserved in original form.