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 ned.deily, ronaldoussoren, vstinner
Date 2018-11-29.01:58:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543456700.36.0.788709270274.issue35344@psf.upfronthosting.co.za>
In-reply-to
Content
> I’m not against changing this, but would like an implementation that returns consistent information: either return “macOS” and the macOS version, or “Darwin” and the kernel version.

See my PR 10780. It returns "macOS-10.13.6-x86_64" (macOS + macOS version) if mac_ver() works, or "Darwin-17.7.0-x86_64" otherwise (Darwin + darwin version).

> Btw. macOS Mojave is the latest macOS release, 10.14, released in September or October.

"sw_vers" and platform.mac_ver() confirmed what I guessed: I didn't upgrade yet :-)
History
Date User Action Args
2018-11-29 01:58:20vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily
2018-11-29 01:58:20vstinnersetmessageid: <1543456700.36.0.788709270274.issue35344@psf.upfronthosting.co.za>
2018-11-29 01:58:20vstinnerlinkissue35344 messages
2018-11-29 01:58:20vstinnercreate