Message320707
@Steven lib2to3 is no longer specifically for python 2 code, it also parses python 3 code and is the building block of tools like YAPF.
See Eli's comment on this https://bugs.python.org/issue23894: "AFAIK lib2to3 has been repurposed to parse Python 3 as well - it has certainly gained quite a bit of support for that".
I added the versions 3.6-3.8 as previous ones are not able to parse f-strings. |
|
| Date |
User |
Action |
Args |
| 2018-06-29 09:13:36 | skreft | set | recipients:
+ skreft, eric.smith, benjamin.peterson, steven.daprano |
| 2018-06-29 09:13:36 | skreft | set | messageid: <[email protected]> |
| 2018-06-29 09:13:36 | skreft | link | issue33991 messages |
| 2018-06-29 09:13:36 | skreft | create | |
|