[IronPython] Blatant bug
Sanghyeon Seo
sanxiyn at gmail.com
Sun Nov 26 03:17:21 PST 2006
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
More information about the users
mailing list