From: Jack Jansen Date: Thu, 6 Dec 2001 21:14:00 +0000 (+0000) Subject: sys.platform is now "darwin" without digits appended. X-Git-Tag: v2.2.1c1~503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffa260fb54a02cd3446159f627828fcf949ddb42;p=thirdparty%2FPython%2Fcpython.git sys.platform is now "darwin" without digits appended. --- diff --git a/Misc/NEWS b/Misc/NEWS index db38eca9730c..5f5083bbb085 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -79,6 +79,8 @@ Windows Mac +- In unix-Python on Mac OS X (and darwin) sys.platform is now "darwin", + without any trailing digits. What's New in Python 2.2b2? Release date: 16-Nov-2001