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 Christian.Clauss, Justin.Cappos, jackdied, jaraco, lemburg, math_foo, nchammas, ronaldoussoren, vstinner
Date 2019-02-11.14:12:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549894324.66.0.547906972242.issue7850@roundup.psfhosted.org>
In-reply-to
Content
I suggest to close this issue.

@Ronald: Or do you think that something should still be done on macOS in the platform module?

This issue looks like a duplicate of bpo-35516. It has been decided that platform.system_alias() doesn't replace Darwin with macOS (it's now explained in a comment: see my commit 60875db2f67815d7d181c552bfac59e8c97619e3).

I modified platform.platform() to return "macOS" rather than "darwin" on macOS: "bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)" (commit ea0ca218b0c28b2af2b1f6a5d3383569de7fc2c1).
History
Date User Action Args
2019-02-11 14:12:06vstinnersetrecipients: + vstinner, lemburg, ronaldoussoren, jaraco, jackdied, Justin.Cappos, Christian.Clauss, math_foo, nchammas
2019-02-11 14:12:04vstinnersetmessageid: <1549894324.66.0.547906972242.issue7850@roundup.psfhosted.org>
2019-02-11 14:12:04vstinnerlinkissue7850 messages
2019-02-11 14:12:04vstinnercreate