[IronPython] type.__call__ again

Sanghyeon Seo sanxiyn at gmail.com
Sat Jan 27 16:29:34 CET 2007


2007/1/23, Sanghyeon Seo <sanxiyn at gmail.com>:
> CPython
> >>> type.__call__(object)
> <object object at ...>
>
> IronPython
> >>> type.__call__(object)
> <type 'type'>

This affects Mako template library as well as SQLAlchemy database toolkit.

Here is a usage in Mako:
http://www.makotemplates.org/trac/browser/mako/trunk/lib/mako/parsetree.py?rev=181#L136

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list