-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-41892: Clarify an example in the ElementTree docs #22464
Conversation
… avoids modifying an XML tree while iterating over it.
Looks like the checks got stuck. Closing and reopening in order to restart them. |
Thanks @scoder for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
Sorry @scoder and @ned-deily, I had trouble checking out the |
… avoids modifying an XML tree while iterating over it. (pythonGH-22464) (cherry picked from commit 40db798) Co-authored-by: scoder <stefan_ml@behnel.de>
GH-22553 is a backport of this pull request to the 3.8 branch. |
Thanks @scoder for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-22554 is a backport of this pull request to the 3.9 branch. |
… avoids modifying an XML tree while iterating over it. (pythonGH-22464) (cherry picked from commit 40db798) Co-authored-by: scoder <stefan_ml@behnel.de>
… avoids modifying an XML tree while iterating over it. (pythonGH-22464)
Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it
https://bugs.python.org/issue41892