FX Coudert <fxcoud...@gmail.com> added the comment:

Actually, I can find some distribution of Python where the minor version is 
returned, for example on Apple macOS 10.15.4:

/usr/bin/python3 -c 'import distutils.util; 
print(distutils.util.get_platform())' 
macosx-10.14.6-x86_64

Therefore maybe I misunderstand and there is no guarantee on the form of this 
return value

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42554>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to