Marc-Andre Lemburg <m...@egenix.com> added the comment:

Frederic Torres wrote:
> 
> New submission from Frederic Torres <fredericaltor...@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/

----------
title: Method _sys_version() module Lib\platform.py does parse correctly 
IronPython 2.x version -> Method _sys_version() module Lib\platform.py does 
parse      correctly IronPython 2.x version

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8964>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to