Re: [Ironpython-users] sys.version_info in 2.7.2

2012-03-12 Thread Slide
FYI, I filed an issue on this today as I ran into it while trying to get Trac working with IronPython. http://ironpython.codeplex.com/workitem/32400 slide On Mon, Mar 12, 2012 at 8:45 PM, Jeff Hardy wrote: > On Mon, Mar 12, 2012 at 10:19 AM, Daniel Munch > wrote: > > Hi, > > > > congratulatio

Re: [Ironpython-users] sys.version_info in 2.7.2

2012-03-12 Thread Jeff Hardy
On Mon, Mar 12, 2012 at 10:19 AM, Daniel Munch wrote: > Hi, > > congratulations for the new IronPython release 2.7.2. I just updated from > RC1 and unfortunatly it seems like there's some change of behaviour > concerning sys.version_info. I got some 3rd party scripts which are > stumbling over the

[Ironpython-users] sys.version_info in 2.7.2

2012-03-12 Thread Daniel Munch
Hi, congratulations for the new IronPython release 2.7.2. I just updated from RC1 and unfortunatly it seems like there's some change of behaviour concerning sys.version_info. I got some 3rd party scripts which are stumbling over the line "sys.version_info < (2, 4): " which happily returns 'Fa