[issue42554] distutils.util.get_platform() depends on minor version for macOS 11

FX Coudert report at bugs.python.org
Thu Dec 3 08:13:46 EST 2020


FX Coudert <fxcoudert at gmail.com> added the comment:

What I think should be the logical solution to this bug:
make distutils.util.get_platform() return "macosx-11-x86_64" on all Big Sur (macOS 11.x.y) versions, independent of the minor OS version.

However, if the Python developers decide that this should not (for some reason) be the case, then this should be clearly documented. But I believe that would create trouble for other packages downstream.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42554>
_______________________________________


More information about the Python-bugs-list mailing list