Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Fix python3 spread operator in dicts #63

Open
patrick91 opened this issue Mar 3, 2018 · 0 comments
Open

Fix python3 spread operator in dicts #63

patrick91 opened this issue Mar 3, 2018 · 0 comments
Labels

Comments

@patrick91
Copy link
Member

This:

combination = {**first_dictionary, "x": 1, "y": 2}

gets changed to:

combination = {: first_dictionary, "x": 1, "y": 2}
@patrick91 patrick91 added the bug label Mar 3, 2018
patrick91 added a commit that referenced this issue Mar 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant