[Python-checkins] CVS: python/dist/src/Misc NEWS,1.328,1.329
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月06日 13:14:02 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv31574/Misc
Modified Files:
NEWS
Log Message:
sys.platform is now "darwin" without digits appended.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.328
retrieving revision 1.329
diff -C2 -d -r1.328 -r1.329
*** NEWS 2001年12月06日 06:23:25 1.328
--- NEWS 2001年12月06日 21:14:00 1.329
***************
*** 80,83 ****
--- 80,85 ----
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?