mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-14 12:52:04 +00:00
PEP 632 deprecates the distutils module. The module is marked as deprecated in Python 3.10 and 3.11, and was eventually removed in Python 3.12. The PEP advises to replace the usage of 'distutils.version' with 'packaging.version', with the 'LooseVersion' functionality being provided through the 'parse' method. This replacement advice is detailed in the PEP under 'Migration Advice' |
||
---|---|---|
.. | ||
__init__.py | ||
api.py | ||
exceptions.py | ||
lazylogger.py | ||
loghandler.py | ||
playutils.py | ||
translate.py | ||
utils.py | ||
wrapper.py | ||
xmls.py |