Thanks for the report, I’ve opened bug 797 to track it: http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=797
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Simon Dahlbacka
Sent: Wednesday, July 05, 2006 12:02 PM
To: Discussion of IronPython
Subject: [IronPython] help / help()
CPython 2.4.1:
>>> help
Type help() for interactive help, or help(object) for help about object.
>>> help()
Welcome to Python 2.4! This is the online help utility.
If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://www.python.org/doc/tut/.
Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules. To quit this help utility and
return to the interpreter, just type "quit".
To get a list of available modules, keywords, or topics, type
"modules",
"keywords", or "topics". Each module also comes with
a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".
help>
IronPython beta8:
>>> help
<built-in function help>
>>> help()
Traceback (most recent call last):
File , line 0, in <stdin>##7
TypeError: help() takes exactly 1 argument (0 given)
|
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com