[New-bugs-announce] [issue35516] platform.system_alias(): add macOS support

STINNER Victor report at bugs.python.org
Mon Dec 17 04:31:27 EST 2018


New submission from STINNER Victor <vstinner at redhat.com>:

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.

----------
components: Library (Lib)
messages: 331960
nosy: vstinner
priority: normal
severity: normal
status: open
title: platform.system_alias(): add macOS support
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35516>
_______________________________________


More information about the New-bugs-announce mailing list