abulka / pynsource

Reverse engineer Python source code into UML
http://pynsource.com
283 stars 40 forks source link

python 3.8 support (fstrings) #84

Closed lolo26130 closed 3 years ago

lolo26130 commented 3 years ago

can't import python3.8 files containing fstrings with a syntaxe like : f'{variable=}'

It throws a syntax error / 'invalid syntax'

abulka commented 3 years ago

Duplicate of #81