Am 2019-05-30 um 16:11 schrieb Scott Koranda
<skoranda at gmail.com>:
> 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.