bpo-34160: explain how to deal with attribute order in ElementTree by scoder · Pull Request #14867 · python/cpython

added 3 commits

July 19, 2019 20:47
…also preserve the attribute order now.

@scoder scoder changed the title bpo-34160: explain how to deal with attribute order bpo-34160: explain how to deal with attribute order in ElementTree

Jul 21, 2019

pablogsal

pablogsal

@scoder

…Python object attributes.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 24, 2019
…ythonGH-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.
(cherry picked from commit a3697db)

Co-authored-by: Stefan Behnel <stefan_ml@behnel.de>

@scoder scoder deleted the bpo-34160_document_change branch

July 24, 2019 18:29

scoder added a commit that referenced this pull request

Jul 24, 2019
…ree (GH-14867) (GH-14935)

* 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.
(cherry picked from commit a3697db)

Co-authored-by: Stefan Behnel <stefan_ml@behnel.de>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
…ythonGH-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.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…ythonGH-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.

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…ythonGH-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.