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

Remove use of OrderedDict, simplify a str concat #561

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Aug 21, 2023

Since Python 3.7 the insertion order to dict has been preserved, thus OrderedDict is no longer necessary.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.06% ⚠️

Comparison is base (2008f0b) 72.35% compared to head (f9c3e24) 72.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #561      +/-   ##
==========================================
- Coverage   72.35%   72.29%   -0.06%     
==========================================
  Files          13       13              
  Lines        1085     1083       -2     
==========================================
- Hits          785      783       -2     
  Misses        300      300              
Files Changed Coverage Δ
src/wheel/bdist_wheel.py 55.62% <100.00%> (-0.15%) ⬇️
src/wheel/wheelfile.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@agronholm agronholm merged commit 2c779d9 into pypa:main Aug 21, 2023
@mwtoews mwtoews deleted the rm-ordereddict branch August 21, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants