2007/1/23, Sanghyeon Seo <[EMAIL PROTECTED]>: > 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 _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
