◐ Shell
reader mode source ↗
Skip to content

bpo-32360: Replace OrderedDict with dict in inspect.py module#5000

Closed
srinivasreddy wants to merge 2 commits into
python:masterfrom
srinivasreddy:32360_inspect
Closed

bpo-32360: Replace OrderedDict with dict in inspect.py module#5000
srinivasreddy wants to merge 2 commits into
python:masterfrom
srinivasreddy:32360_inspect

Conversation

@srinivasreddy

@srinivasreddy srinivasreddy commented Dec 23, 2017

Copy link
Copy Markdown
Contributor

@srinivasreddy srinivasreddy changed the title bpo:32360: Replace OrderedDict with dict in inspect.py module Dec 23, 2017
@merwok merwok requested a review from rhettinger December 23, 2017 23:01
@srinivasreddy

Copy link
Copy Markdown
Contributor Author

@merwok please take a look.

@srinivasreddy

Copy link
Copy Markdown
Contributor Author

@rhettinger ping.

@srinivasreddy

Copy link
Copy Markdown
Contributor Author

@merwok Done.

@merwok

merwok commented Jan 24, 2018

Copy link
Copy Markdown
Member

I did not mean to ask to remove one line in your patch (the import OrderedDict, which in your latest version is an unused import).

I meant that the whole PR seems in the end not needed, since we end up importing collections anyway, and using OrderedDict makes for clearer code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants