[IronPython] IronPython 2.6 CodePlex Source Update
merllab at microsoft.com
merllab at microsoft.com
Thu Oct 22 17:54:10 CEST 2009
This is an automated email letting you know that sources
have recently been pushed out. You can download these newer
sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/60388.
MODIFIED SOURCES
$/IronPython/IronPython_Main/Doc/dotnet-integration.rst
$/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs
$/IronPython/IronPython_Main/Src/IronPython/Runtime/Generator.cs
$/IronPython/IronPython_Main/Src/Tests/regressions.py
CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1227952
Date: 10/21/2009 9:57:12 PM
(sborde) CLR exception should include Python exception class name even for user exception types. We were leaving it empty because BaseException._message is initialized to "", whereas we were checking for null.
Also fixes a bug in sortvsmdi.py which is exposed only if run with IPy 2.X. Snap uses IPy 1.0 which does not happen to have an issue with the incorrect code. We made a breaking change in IPy 2.X which exposes the issue.
(Shelveset: msg;REDMOND\sborde | SNAP CheckinId: 9652)
More information about the Ironpython-users
mailing list