PEP 448 is unsupported
Open
bug
lib2to3 bug
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
yapf 0.11.0 with CPython 3.5.2 chokes on:
``` py
foo = {'a': 1}
bar = {'b': 2}
baz = {**foo, **bar}
```
Contributor guide
Assessment
This issue has not been assessed yet.