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:
Jack Jansen 2001-12-05 23:27:32 +00:00
parent a7594db5bc
commit 8a97f4a380
4 changed files with 417 additions and 415 deletions

View file

@ -68,6 +68,7 @@ then
case $MACHDEP in
cygwin*) MACHDEP="cygwin";;
darwin*) MACHDEP="darwin";;
'') MACHDEP="unknown";;
esac
fi