summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-02-12-01-48-51.bpo-39011.hGve_t.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.9.0a6v3.9.0a6Ɓukasz Langa2020-04-271-3/+0
|
* bpo-39011: Preserve line endings within ElementTree attributes (GH-18468)mefistotelis2020-04-121-0/+3
* 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.