-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
bpo-34160: explain how to deal with attribute order in ElementTree #14867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…also preserve the attribute order now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…Python object attributes.
Thanks @scoder for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry @scoder, I had trouble checking out the |
Thanks @scoder for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
…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 <[email protected]>
GH-14935 is a backport of this pull request to the 3.8 branch. |
…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 <[email protected]>
…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.
…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.
…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.
https://bugs.python.org/issue34160