[IronPython] platform.system() == "cli"

Curt Hagenlocher curt at hagenlocher.org
Thu Jan 8 17:33:50 CET 2009


This is by design.  The platform is not the same as the operating system.
 Jython does something similar.
How are you trying to use this?

On Thu, Jan 8, 2009 at 5:20 AM, Oren Held <oren at held.org.il> wrote:

> Hi Guys,
>
> The following calls return "cli" instead of, what I would expect, "win32"
> or
> something simliar:
> platform.system()
> sys.platform
>
> I'm aware that it's not a new issue (it was mentioned here and there), but
> I
> still couldn't figure out why this behaviour is preserved.. Shouldn't it be
> changed?
>
> 10x
>
>  - Oren
>
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090108/0abd828c/attachment.html>


More information about the Ironpython-users mailing list