[issue6388] platform.python_implementation does not work on IronPython

2009-06-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: It should in 2.7, when that is released. -- nosy: +benjamin.peterson resolution: -> out of date status: open -> closed ___ Python tracker __

[issue6388] platform.python_implementation does not work on IronPython

2009-06-30 Thread Thomas Bleier
New submission from Thomas Bleier : platform.python_implementation as of CPython 2.6 does not work on IronPython 2.0.1 It obviously crashes because it fails determining that it run's on IronPython. >>> platform.python_implementation() Traceback (most recent call last): File "", line 1, in