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 vstinner
Date 2018-12-17.09:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545039087.64.0.788709270274.issue35516@psf.upfronthosting.co.za>
In-reply-to
Content
platform.system_alias() documentation:

   Returns ``(system, release, version)`` aliased to common marketing names used
   for some systems.  It also does some reordering of the information in some cases
   where it would otherwise cause confusion.

IMHO "macOS" and macOS release are more appropriate than darwin and darwin release for platform.system_alias().

I propose to make a similar change in system_alias() than the platform.mac_ver() change made in bpo-35344.
History
Date User Action Args
2018-12-17 09:31:27vstinnersetrecipients: + vstinner
2018-12-17 09:31:27vstinnersetmessageid: <1545039087.64.0.788709270274.issue35516@psf.upfronthosting.co.za>
2018-12-17 09:31:27vstinnerlinkissue35516 messages
2018-12-17 09:31:27vstinnercreate