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/64781.
MODIFIED SOURCES $/IronPython/IronPython_Main/Src/IronPython/Runtime/FunctionCode.cs $/IronPython/IronPython_Main/Src/IronPython/Runtime/Exceptions/PythonExceptions.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/MethodCandidate.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/DefaultBinder.Invoke.cs $/IronPython/IronPython_Main/Src/Tests/test_exceptions.py $/IronPython/IronPython_Main/Src/Tests/test_cliclass.py $/IronPython/IronPython_Main/Src/Tests/test_ipyc.py $/IronPython/IronPython_Main/Src/Tests/test_nonetype.py CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1682453 Date: 3/16/2010 3:24:30 PM 26109 incorrect handling of named parameter "args" Renames the argument so it has a name which is invalid for CPython parameter names 26196 docstrings not present in compiled dlls We just need to set the value in FunctionCode’s constructor 26488 IsolateStorage.GetUserStoreForApplication throws SystemError in IronPython 2.6 Add IsolatedStorage to the list of restricted types Also fixing an issue where we report the wrong type name when calling None. (Shelveset: MoreFinal261BugFixes;REDMOND\dinov | SNAP CheckinId: m11398) _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com