DSimonne/gwaihir

Convert to python 3.9

Opened this issue · 0 comments

Use walrus operator for if blocks (https://peps.python.org/pep-0572/)
Change in context manager (with)
Use type in definition parameters (https://peps.python.org/pep-0484/, https://peps.python.org/pep-0526/, https://www.python.org/dev/peps/pep-0585)
Replace os.walk by os.scandir (https://peps.python.org/pep-0471/)