Closed JaskRendix closed 10 months ago
Hi @JaskRendix. Is there any convention, benefit, etc, to get rid off these base types?
I know I inherited that to support older Python versions (python 3.6, 3.7, 3.8) and to support the sphinx documentation system (which makes https://pygame-menu.readthedocs.io). I am aware that doing type hints evaluation for list
/tuple
is only available for 3.9+.
No benefit from what I know. No issue, I'm going to close.
Thanks! If you want to contribute, please feel free to do it. There are many challenges and things to improve, and your contributions are really appreciated to maintain this project.
Greetings 😄
PR replaces List with list, Dict with dict, etc. I used isort on pygame_menu/_types.py