[Ironpython-users] IronPython, Daily Digest 1/2/2014
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] multiple calls to ctype.windll.kernel32.CreateEvent fails -- ISSUES 1. [New issue] multiple calls to ctype.windll.kernel32.Create
[Ironpython-users] identifying cli implementation
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 ___ Ironpython-users mailing list [email protected] ht
