bpo-32506: Change dataclasses from OrderedDict to plain dict. by ericvsmith · Pull Request #5130 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

ericvsmith wants to merge 1 commit intopython:masterfrom

ericvsmith:bpo-32506-ordered-dict

Closed

bpo-32506: Change dataclasses from OrderedDict to plain dict.#5130

ericvsmith wants to merge 1 commit intopython:masterfrom

ericvsmith:bpo-32506-ordered-dict

Conversation

@ericvsmith

Copy link Copy Markdown

Member

@ericvsmith ericvsmith commented

Jan 7, 2018

edited by bedevere-bot

Loading

Now that dicts are are defined as maintaining insertion order, switch to using dicts.

https://bugs.python.org/issue32506

…at they're defined as maintaining insertion order.

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

Reviewers

No reviews

Assignees

@ericvsmith ericvsmith

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@ericvsmith @the-knights-who-say-ni @bedevere-bot