[Python-Dev] Hey! who changed sys.platform?!

Greg Ward gward@python.net
Thu, 29 Jun 2000 23:30:03 -0400


Curses!

I just noticed that sys.platform in 1.6a2 (and the latest CVS from this
morning) returns "linux2" on my PC, not "linux-i386".  As I recall this
decision is made in the configure script.  Does anyone know why it
changed?  This is not the end of the world, but the OS name alone is not
really enough on a multi-architecture OS...

...back to calling os.uname() myself, I guess.  ;-(

        Greg
-- 
Greg Ward - programmer-at-big                           gward@python.net
http://starship.python.net/~gward/
God made machine language; all the rest is the work of man.