]> granicus.if.org Git - python/commit
bpo-35516: platform.system_alias() don't replace Darwin (GH-11207)
authorVictor Stinner <vstinner@redhat.com>
Tue, 18 Dec 2018 18:51:35 +0000 (19:51 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 18:51:35 +0000 (19:51 +0100)
commit60875db2f67815d7d181c552bfac59e8c97619e3
tree40386e3a14aa25da82d51e63690d098c758d980f
parent17d0c0595e101c4ce76b58e55de37e6b5083e6cd
bpo-35516: platform.system_alias() don't replace Darwin (GH-11207)

Add a comment explaining why system_alias() doesn't alias Darwin to
macOS.
Lib/platform.py