Re: [IronPython] IronPython 2.7 RC 2 Available

2011-03-08 Thread Tristan Zajonc
Jeff, I believe this can be solved by changing line 420 to: if os.name in ('nt', 'os2') or sys.platform == 'cli': _init_non_posix(_CONFIG_VARS) And changing the default scheme from posix_prefix to nt, which seems to make sense given layout: def _get_default_scheme(): if

[IronPython] IronPython 2.7 RC 2 Available

2011-03-07 Thread Jeff Hardy
On behalf of the IronPython team, I am pleased to announce IronPython 2.7 Release Candidate 2. The releases contains a few minor bug fixes, including a working webbrowser module. http://ironpython.codeplex.com/releases/view/62114 This will be the last release before 2.7 Final. There are still a