[IronPython] IronPython and help

Sanghyeon Seo sanxiyn at gmail.com
Fri Apr 20 17:16:51 PDT 2007


2007/4/21, Michael Foord <fuzzyman at voidspace.org.uk>:
> 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


More information about the users mailing list