Skip to content

Fallback to xml.etree.ElementTree - #73140

Merged
bors merged 1 commit into
rust-lang:masterfrom
tmiasko:element-tree
Jul 4, 2020
Merged

Fallback to xml.etree.ElementTree#73140
bors merged 1 commit into
rust-lang:masterfrom
tmiasko:element-tree

Conversation

@tmiasko

Copy link
Copy Markdown
Contributor

The xml.etree.cElementTree has been deprecated since Python 3.3
and removed in Python 3.9 https://bugs.python.org/issue36543.

The xml.etree.cElementTree has been deprecated since Python 3.3
and removed in Python 3.9 https://bugs.python.org/issue36543.
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 8, 2020
@Mark-Simulacrum

Copy link
Copy Markdown
Member

r? @GuillaumeGomez

I don't have any insight into doc checking.

@ElinvyniaElinvynia added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 2, 2020
@GuillaumeGomez

Copy link
Copy Markdown
Member

Good catch, thanks!

@bors: r+

@bors

bors commented Jul 3, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 291dce9 has been approved by GuillaumeGomez

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 3, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 4, 2020
…arth
Rollup of 12 pull requests
Successful merges:
- rust-lang#73140 (Fallback to xml.etree.ElementTree)
- rust-lang#73670 (Add `format_args_capture` feature)
- rust-lang#73693 (Use exhaustive match in const_prop.rs)
- rust-lang#73845 (Use &raw in A|Rc::as_ptr)
- rust-lang#73861 (Create E0768)
- rust-lang#73881 (Standardize bibliographic citations in rustc API docs)
- rust-lang#73925 (Improve comments from rust-lang#72617, as suggested by RalfJung)
- rust-lang#73949 ([mir-opt] Fix mis-optimization and other issues with the SimplifyArmIdentity pass)
- rust-lang#73984 (Edit docs for rustc_data_structures::graph::scc)
- rust-lang#73985 (Fix "getting started" link)
- rust-lang#73997 (fix typo)
- rust-lang#73999 (Bump mingw-check CI image from Ubuntu 16.04 to 18.04.)
Failed merges:
- rust-lang#74000 (add `lazy_normalization_consts` feature gate)
r? @ghost
@bors
bors merged commit df8f551 into rust-lang:masterJul 4, 2020
@tmiasko
tmiasko deleted the element-tree branch July 5, 2020 22:26
@cuvipercuviper added this to the 1.46 milestone May 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@tmiasko@rust-highfive@Mark-Simulacrum@GuillaumeGomez@bors@cuviper@Elinvynia