home-assistant-core/homeassistant/backports
2023-10-11 13:25:11 +02:00
..
__init__.py
enum.py Migrate backported StrEnum to built-in StrEnum (#97101) 2023-07-23 23:19:24 +02:00
functools.py Update mypy to 1.6.0 (#101780) 2023-10-11 13:25:11 +02:00
LICENSE.Python Add Python copyright and Python license to backports package (#101454) 2023-10-05 19:57:46 +02:00
README Add Python copyright and Python license to backports package (#101454) 2023-10-05 19:57:46 +02:00

This package contains backports of Python functionality from future Python
versions.

Some of the backports have been copied directly from the CPython project,
and are subject to license agreement as detailed in LICENSE.Python.