Am 2019-05-30 um 14:04 schrieb Scott Koranda
<skoranda at gmail.com>:
Hi,
On the last DEV call we talked about moving to using type hints.
The typing module was added in Python 3.5, but as of today SATOSA still
supports Python 3.4.
Type hints are available since Python 3.0. The typing module is an
enhancement to provide more precise typing, suche as List[str] and
Optional types, allowing None as well.
Understood. Thanks.
I think without the typing module the type hints are much less useful.
How do we move forward with type hints and still support Python 3.4?
Scott K