This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tbleier
Recipients tbleier
Date 2009-06-30.11:27:44
SpamBayes Score 6.0069955e-10
Marked as misclassified No
Message-id <1246361266.54.0.86756549192.issue6388@psf.upfronthosting.co.za>
In-reply-to
Content
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 "<stdin>", line 1, in <module>
  File "C:\IronPython2\Lib\platform.py", line 1409, in python_implementation
  File "C:\IronPython2\Lib\platform.py", line 1359, in _sys_version
ValueError: failed to parse CPython sys.version: '2.5.0 (IronPython 2.0
(2.0.0.0) on .NET 2.0.50727.4918)'
History
Date User Action Args
2009-06-30 11:27:46tbleiersetrecipients: + tbleier
2009-06-30 11:27:46tbleiersetmessageid: <1246361266.54.0.86756549192.issue6388@psf.upfronthosting.co.za>
2009-06-30 11:27:45tbleierlinkissue6388 messages
2009-06-30 11:27:44tbleiercreate