Closed yawara closed 5 years ago
In this example, flask 1.1.1 ( compatible with python3.5 ) check the availability of dataclasses
, then if it is found, flask use it and raise SyntaxError
.
This is a subset of #146. Closing this in preference to it.
If someone install
dataclasses
to python3.5 ( default version of Ubuntu 16.04 ), some other packages imports are failed because python3.5 does not implement format string literal.The current
setup.py
does not forbid installing to python3.5.For example, flask 1.1.1.