bpo-32360: Remove OrderedDict reference as dicts are ordered now#4994
bpo-32360: Remove OrderedDict reference as dicts are ordered now#4994methane merged 2 commits intopython:masterfrom srinivasreddy:32360
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.
I find «reference» a bit vague, what do you think about using «import» instead?
There was a problem hiding this comment.
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.
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.
Why don't you use collections.Counter instead?
There was a problem hiding this comment.
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