[Patches] [ python-Patches-1563842 ] platform.py support for IronPython

SourceForge.net noreply at sourceforge.net
Mon Sep 25 12:30:46 CEST 2006


Patches item #1563842, was opened at 2006-09-23 03:59
Message generated for change (Comment added) made by lemburg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1563842&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Anthony Baxter (anthonybaxter)
Assigned to: M.-A. Lemburg (lemburg)
Summary: platform.py support for IronPython

Initial Comment:
The following patch supplies minimal support for
IronPython in platform.py - it makes the sys.version
parsing not choke and die. There's a bunch of missing
information from IronPython's sys.version string, not
much that can be done there. 

Should platform.py grow an 'implementation' option, so
it can detect whether it's IronPython, CPython, Jython,
or something else?


Patch is against svn trunk.


----------------------------------------------------------------------

>Comment By: M.-A. Lemburg (lemburg)
Date: 2006-09-25 12:30

Message:
Logged In: YES 
user_id=38388

Thanks.

I'll install IronPython and see what else needs to be done.

I've already added a few fixes to make Jython play nice with
platform.py that I'll check in as well.

And yes: I'll add a python_implementation() function that
returns 'CPython', 'Jython' and 'IronPython' as appropriate.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1563842&group_id=5470


More information about the Patches mailing list