-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
root
attribute of xml.etree.ElementTree.iterparse
is not documented
#93607
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
Comments
PR welcome! A |
This was referenced Jun 8, 2022
Prometheus3375
added a commit
to Prometheus3375/cpython
that referenced
this issue
Nov 22, 2022
Prometheus3375
added a commit
to Prometheus3375/cpython
that referenced
this issue
Nov 22, 2022
Prometheus3375
added a commit
to Prometheus3375/cpython
that referenced
this issue
Nov 28, 2022
Co-authored-by: Stanley <[email protected]>
hugovk
added a commit
that referenced
this issue
Oct 31, 2023
Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 31, 2023
) (cherry picked from commit 5cc6c80) Co-authored-by: Prometheus3375 <[email protected]> Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 31, 2023
) (cherry picked from commit 5cc6c80) Co-authored-by: Prometheus3375 <[email protected]> Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
Thanks! |
hugovk
added a commit
that referenced
this issue
Oct 31, 2023
…111556) Co-authored-by: Prometheus3375 <[email protected]> Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
hugovk
added a commit
that referenced
this issue
Oct 31, 2023
…111555) Co-authored-by: Prometheus3375 <[email protected]> Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
FullteaR
pushed a commit
to FullteaR/cpython
that referenced
this issue
Nov 3, 2023
Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Co-authored-by: Stanley <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
iterparse
implementation from Python 3.10.5:The resulting iterator has
root
attribute. It isNone
all the time, but if the source is fully read, the root element is assigned toroot
. Documentation does not describe this behavior.root
attribute ofiterparse
#99410root
attribute ofiterparse
(GH-99410) #111555root
attribute ofiterparse
(GH-99410) #111556The text was updated successfully, but these errors were encountered: