commit | 1b9530c536664276ce866ae602ce04adce0810e1 | [log] [tgz] |
---|---|---|
author | Ćukasz Langa <lukasz@langa.pl> | Mon May 22 16:35:48 2017 -0700 |
committer | GitHub <noreply@github.com> | Mon May 22 16:35:48 2017 -0700 |
tree | 6037af92088bd6818e873bb2a424d226ef0842db | |
parent | ddbfa2c35b298a56f0b813656745bca9cb7334f1 [diff] |
bpo-23894: make lib2to3 recognize f-strings (#1733) Note: this doesn't unpack f-strings into the underlying JoinedStr AST. Ideally we'd fully implement JoinedStr here but given its additional complexity, I think this is worth bandaiding as is. This unblocks tools like https://github.com/google/yapf to format 3.6 syntax using f-strings.