Yapf: PEP 448 is unsupported

Created on 16 Aug 2016  路  3Comments  路  Source: google/yapf

yapf 0.11.0 with CPython 3.5.2 chokes on:

foo = {'a': 1}
bar = {'b': 2}
baz = {**foo, **bar}
bug lib2to3 bug

Most helpful comment

I think this is the relevant bug: https://bugs.python.org/issue25969

All 3 comments

@gwelymernans how can I help solving this issue?

@vmesel I think the only thing that needs to be done is the lib2to3 library needs to be updated to support those constructs.

I think this is the relevant bug: https://bugs.python.org/issue25969

Was this page helpful?
0 / 5 - 0 ratings