commit | a3697db0102b9b6747fe36009e42f9b08f0c1ea8 | [log] [tgz] |
---|---|---|
author | Stefan Behnel <stefan_ml@behnel.de> | Wed Jul 24 20:22:50 2019 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 24 20:22:50 2019 +0200 |
tree | c94b54bb6e7b23e7c5df28d3d8d59e263a72335f | |
parent | c6cb4cdd21c0c3a09b0617dbfaa7053d3bfa6def [diff] |
bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867) * Fix the formatting in the documentation of the tostring() functions. * bpo-34160: Document that the tostring() and tostringlist() functions also preserve the attribute order now. * bpo-34160: Add an explanation of how users should deal with the attribute order.