Re: [IronPython] stdlib platform.py patch

2006-12-11 Thread Dino Viehland
Anthony Baxter Sent: Monday, December 11, 2006 4:36 PM To: Discussion of IronPython Subject: Re: [IronPython] stdlib platform.py patch On 12/12/06, Dino Viehland <[EMAIL PROTECTED]> wrote: > Unfortunately I think the format for 1.1 is the format that we want to keep > going forward. >

Re: [IronPython] stdlib platform.py patch

2006-12-11 Thread Anthony Baxter
On 12/12/06, Dino Viehland <[EMAIL PROTECTED]> wrote: > Unfortunately I think the format for 1.1 is the format that we want to keep > going forward. > Just for the purposes of comparison: > > 1.0: IronPython 1.0.60816 on .NET 2.0.50727.42 > 1.0.1: IronPython 1.0 (1.0.61005.1977) on .NET 2.0.50727.

Re: [IronPython] stdlib platform.py patch

2006-12-11 Thread Dino Viehland
ll versions. Sorry for the changes here but this should be the final format going forward. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Saturday, December 09, 2006 8:33 PM To: Discussion of IronPython Subject: Re: [IronPython] st

Re: [IronPython] stdlib platform.py patch

2006-12-09 Thread Sanghyeon Seo
2006/12/10, Anthony Baxter <[EMAIL PROTECTED]>: > Does 1.1a1 have a sys.subversion string? I'm not sure I have the > ability to download from codeplex (I think it needs Windows > machines...) No, you don't need Windows machines. You can download the latest source in .zip. -- Seo Sanghyeon __

Re: [IronPython] stdlib platform.py patch

2006-12-09 Thread Anthony Baxter
On 12/10/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: > 2006/12/9, Anthony Baxter <[EMAIL PROTECTED]>: > > This works on each version of FePy I could find. > > God helps us, it still doesn't parse sys.version from IronPython > to-be-1.1, namely change set 13291 you can download from CodePlex. > > I

Re: [IronPython] stdlib platform.py patch

2006-12-09 Thread Sanghyeon Seo
2006/12/9, Anthony Baxter <[EMAIL PROTECTED]>: > This works on each version of FePy I could find. God helps us, it still doesn't parse sys.version from IronPython to-be-1.1, namely change set 13291 you can download from CodePlex. It gives: 2.4.0 (IronPython 1.1 (1.1) on .NET 2.0.50727.42) For th

Re: [IronPython] stdlib platform.py patch

2006-12-08 Thread Anthony Baxter
On 12/9/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: The following patch makes Lib/platform.py correctly parse the sys.version string for FePy 1.0 and 1.0.1. It would be good if it could be added to IPCE - then pybench will work. Damn. diffed wrong version. Try this patch, instead. It's agains