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

issue with python3 dictionary unpacking #106

Open
andykais opened this issue Jun 7, 2018 · 0 comments
Open

issue with python3 dictionary unpacking #106

andykais opened this issue Jun 7, 2018 · 0 comments
Labels

Comments

@andykais
Copy link

andykais commented Jun 7, 2018

PEP 448 dictionary spreading creates invalid syntax

x = {}
merged = {**x}

becomes

x = {}
merged = {: x}

using git master version of plugin:

git+https://github.com/prettier/plugin-python.git#036c8a66c166ed710b2a0d280e4c85015a1a34c5 ("version": "0.0.0-development")

@j-f1 j-f1 added the bug label Jun 7, 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

2 participants