-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-32360: Remove OrderedDict reference as dicts are ordered now #4994
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
Conversation
|
@asvetlov Just a question. Tagging someone who can review and merge is fine here? If so, could you please look into this PR? 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I find «reference» a bit vague, what do you think about using «import» instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think NEWS entry is required for this.
You can use "skip news" label instead
Lib/unittest/util.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The collections module ends up loaded anyway, so removing OrderedDict doesn’t really change anything for this module. @rhettinger would you mind giving your opinion for this PR?
methane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't you use collections.Counter instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think NEWS entry is required for this.
You can use "skip news" label instead
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
@methane Done. Thanks for the review. |
|
@methane Please add skip-news label too.!! |
https://bugs.python.org/issue32360