def f(*a, **b): print a, b
f(0, x=1, *[2])

TypeError: Cannot cast from source type to destination type.

Since this is part of Python standard library and not part of Python
the language, I think it's very obvious that this bug is irrelevant
for 1.0-matureness of IronPython. Bwahaha.

Sorry.

I haven't tested this on MS.NET. Safeguarding. Just in case.

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

Reply via email to