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

issue with python3 dictionary unpacking #106

@andykais

Description

@andykais

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions