CPython
>>> type.__call__(object)
<object object at ...>

IronPython
>>> type.__call__(object)
<type 'type'>

Something's wrong...

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

Reply via email to