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 lemburg
Recipients fredericaltorres, lemburg
Date 2010-06-10.21:15:24
SpamBayes Score 0.00310596
Marked as misclassified No
Message-id <4C1155EA.809@egenix.com>
In-reply-to <1276204295.1.0.731236969654.issue8964@psf.upfronthosting.co.za>
Content
Frederic Torres wrote:
> 
> New submission from Frederic Torres <fredericaltorres@gmail.com>:
> 
> Method _sys_version() module Lib\platform.py does parse correctly IronPython 2.x version
> 
> The format of sys.version now start with a version number and (
> 2.6.1 (IronPython 2.6.1 (2.6.10920.0) on .NET 4.0.30319.1)
> 
> File:     Lib\platform.py
> Function: def _sys_version(sys_version=None):
> Line:     1326

I assume you meant: doesn't correctly parse the version number.

Could you provide a complete example formatted as Python string,
e.g. print repr(sys.version) ?!

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

________________________________________________________________________
2010-07-19: EuroPython 2010, Birmingham, UK                38 days to go

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
History
Date User Action Args
2010-06-10 21:15:26lemburgsetrecipients: + lemburg, fredericaltorres
2010-06-10 21:15:24lemburglinkissue8964 messages
2010-06-10 21:15:24lemburgcreate