2007/4/21, Michael Foord <[EMAIL PROTECTED]>: > Hello all, > > I see that one of the improvements listed for IronPython 1.1 is an > extension to the help system. > > I'm finding that when the Python standard library is set in > IRONPYTHONPATH, help doesn't seem to work *at all*.
This is because site.py in Python standard library *overwrites* builtin help function. :( -- Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
