Frederic Torres <fredericaltor...@gmail.com> added the comment:

print repr(sys_version)
returns
'2.6.1 (IronPython 2.6.1 (2.6.10920.0) on .NET 2.0.50727.3603)'

The format of sys.version now start with a version number
2.6.1 (IronPythons  2.6.1 (2.6.10920.0) on .NET 4.0.30319.1)
My guess is that with previous version of IronPython this was not the case

----------
title: Method _sys_version() module Lib\platform.py does parse  correctly 
IronPython 2.x version -> Method _sys_version() module Lib\platform.py does not 
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