mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
sys.platform on Mac OS X is now "darwin", without any version number appended.
This should probably go into NEWS (who's responsible for that?).
This commit is contained in:
parent
a7594db5bc
commit
8a97f4a380
4 changed files with 417 additions and 415 deletions
|
@ -68,6 +68,7 @@ then
|
|||
|
||||
case $MACHDEP in
|
||||
cygwin*) MACHDEP="cygwin";;
|
||||
darwin*) MACHDEP="darwin";;
|
||||
'') MACHDEP="unknown";;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue