2006/11/29, Dino Viehland <[EMAIL PROTECTED]>:
> This is just a silly copy & paste error in ExceptionConverter.cs.  
> UnicodeErrorInit has the line:
>
> Ops.SetAttr(DefaultContext.Default, self, SymbolTable.StringToId("@object"), 
> @object);
>
> Which should be:
>
> Ops.SetAttr(DefaultContext.Default, self, SymbolTable.StringToId("object"), 
> @object);

A patch doing the above change:
http://fepy.sourceforge.net/patches.html
patch-ironpython-unicodeerror-object

-- 
Seo Sanghyeon
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to