There was an error while loading. Please reload this page.
1 parent 17d0c05 commit 60875dbCopy full SHA for 60875db
1 file changed
Lib/platform.py
@@ -514,6 +514,9 @@ def system_alias(system, release, version):
514
# In case one of the other tricks
515
system = 'Windows'
516
517
+ # bpo-35516: Don't replace Darwin with macOS since input release and
518
+ # version arguments can be different than the currently running version.
519
+
520
return system, release, version
521
522
### Various internal helpers
0 commit comments