Skip to content
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

Merged
merged 1 commit into from
Oct 4, 2020

Conversation

scoder
Copy link
Contributor

@scoder scoder commented Sep 30, 2020

Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it

https://bugs.python.org/issue41892

… avoids modifying an XML tree while iterating over it.
@scoder
Copy link
Contributor Author

scoder commented Oct 3, 2020

Looks like the checks got stuck. Closing and reopening in order to restart them.

@scoder scoder closed this Oct 3, 2020
@scoder scoder reopened this Oct 3, 2020
@scoder scoder closed this Oct 4, 2020
@scoder scoder reopened this Oct 4, 2020
@scoder scoder closed this Oct 4, 2020
@scoder scoder reopened this Oct 4, 2020
@ned-deily ned-deily merged commit 40db798 into python:master Oct 4, 2020
@miss-islington
Copy link
Contributor

Thanks @scoder for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @scoder and @ned-deily, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 40db798692ca783fc2163656f196ac77e8b9e792 3.9

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 4, 2020
… avoids modifying an XML tree while iterating over it. (pythonGH-22464)

(cherry picked from commit 40db798)

Co-authored-by: scoder <stefan_ml@behnel.de>
@bedevere-bot
Copy link

GH-22553 is a backport of this pull request to the 3.8 branch.

@ned-deily ned-deily added needs backport to 3.9 only security fixes and removed needs backport to 3.9 only security fixes labels Oct 4, 2020
@miss-islington
Copy link
Contributor

Thanks @scoder for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-22554 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Oct 4, 2020
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 4, 2020
… avoids modifying an XML tree while iterating over it. (pythonGH-22464)

(cherry picked from commit 40db798)

Co-authored-by: scoder <stefan_ml@behnel.de>
miss-islington added a commit that referenced this pull request Oct 4, 2020
… avoids modifying an XML tree while iterating over it. (GH-22464)

(cherry picked from commit 40db798)

Co-authored-by: scoder <stefan_ml@behnel.de>
ned-deily pushed a commit that referenced this pull request Oct 4, 2020
… avoids modifying an XML tree while iterating over it. (GH-22464) (GH-22554)

(cherry picked from commit 40db798)

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

Co-authored-by: scoder <stefan_ml@behnel.de>
@scoder scoder deleted the bpo41892_et_example branch October 5, 2020 04:17
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
… avoids modifying an XML tree while iterating over it. (pythonGH-22464)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants