Documentation
With the script in https://github.com/python/cpython/blob/main/Tools/unicode/makeunicodedata.py, Unicode data files are processed to store them in a custom format for further usage.
These data files are subject to the Unicode-3.0 license (https://www.unicode.org/license.txt), which requires including a copy of the license. I could not find it being mentioned in the repository, especially in https://www.python.org/ftp/python/3.14.6/Python-3.14.6.tgz This possibly violates the license itself.
Documentation
With the script in https://github.com/python/cpython/blob/main/Tools/unicode/makeunicodedata.py, Unicode data files are processed to store them in a custom format for further usage.
These data files are subject to the Unicode-3.0 license (https://www.unicode.org/license.txt), which requires including a copy of the license. I could not find it being mentioned in the repository, especially in https://www.python.org/ftp/python/3.14.6/Python-3.14.6.tgz This possibly violates the license itself.