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 vstinner
Recipients docs@python, pythonhacker, vstinner
Date 2015-03-23.09:33:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427103225.25.0.99046412753.issue23747@psf.upfronthosting.co.za>
In-reply-to
Content
> Why is this function even exposed on Linux?

It is a deliberate design choice of the platform module. mac_ver(), win32_ver() and linux_distribution() are available on all platforms.

mac_ver() says "entries which cannot be determined are set to ''. All tuple entries are strings."

Maybe it should be better explained in the doc.
History
Date User Action Args
2015-03-23 09:33:45vstinnersetrecipients: + vstinner, pythonhacker, docs@python
2015-03-23 09:33:45vstinnersetmessageid: <1427103225.25.0.99046412753.issue23747@psf.upfronthosting.co.za>
2015-03-23 09:33:45vstinnerlinkissue23747 messages
2015-03-23 09:33:45vstinnercreate