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.
I apologize if I missed it, but did we discuss stopping support for
Python 3.4? If so, when?
As of now py3.4 is still supported. When I used `import typing` in my example it was new
code that is checking for Python >= 3.6.
- Rainer