Marc-Andre Lemburg <m...@egenix.com> added the comment:

platform.system() is a direct interface to platform.uname() which in return is 
an interface to the platform's uname() API, so the reasoning is much the same 
as for sys.platform on those platforms that do expose a uname() function (and 
command).

On Mac OS X, uname returns "Darwin".

What we can do, is add a new function parameter ''aliased'' (just like we have 
for platform.platform()) which then enables applying some aliasing to the 
returned uname() values.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7850>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to