curious why 3.7 syntax seems not backward compatible. https://github.com/pyfocus/pylava/wiki/Announcing-Pylava:-A-fork-of-Pylama-for-Python-3.7
BEGIN QUOTE
Finally, the release of Python 3.7 broke Pylama. Pylama no longer worked with Python 3.7. It failed with this error:
$ pylama
Traceback (most recent call last):
File "venv/bin/pylama", line 7, in <module>
from pylama.main import shell
File "venv/lib/python3.7/site-packages/pylama/main.py", line 10
from .async import check_async
^
SyntaxError: invalid syntax
Yeah, the actual PR seems to be just renaming the import path.
Обсуждают сегодня