Closed zhudotexe closed 4 years ago
Hello @mommothazaz123! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
simpleeval.py
:Line 359:80: E501 line too long (82 > 79 characters) Line 361:80: E501 line too long (103 > 79 characters)
I've run on the same issue and I can confirm that this PR fixes the issue.
@danthedeckie Could you upload a new version with this fix to pypi?
This is a blocking Tryton to be used on Python3.8.
Fixes #61.
Python 3.8 now uses
ast.Constant
instead ofast.Num
,ast.Str
,ast.Bytes
,ast.Ellipsis
, andast.NameConstant
- this PR adds a node handler for it.