[Ironpython-users] identifying cli implementation

Pawel Jasinski pawel.jasinski at gmail.com
Sat Jan 4 03:15:42 CET 2014


hi,

until now, to detect IronPython I have checked sys.platform == 'cli'
Now I need to distinguish between .net and mono.
The check candidate is os.name, but is there a better one?

--pawel


More information about the Ironpython-users mailing list