This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fxcoudert
Recipients dstufft, eric.araujo, fxcoudert, ned.deily, ronaldoussoren
Date 2020-12-03.13:30:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607002212.0.0.0688059047452.issue42554@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-12-03 13:30:12fxcoudertsetrecipients: + fxcoudert, ronaldoussoren, ned.deily, eric.araujo, dstufft
2020-12-03 13:30:12fxcoudertsetmessageid: <1607002212.0.0.0688059047452.issue42554@roundup.psfhosted.org>
2020-12-03 13:30:11fxcoudertlinkissue42554 messages
2020-12-03 13:30:11fxcoudertcreate