Re: [IronPython] help / help()

2006-07-05 Thread Dino Viehland








Errr, that’s bug 796 for this one actually… 

http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=796

 





From: Dino Viehland 
Sent: Wednesday, July 05, 2006 2:08 PM
To: Discussion of IronPython
Subject: RE: [IronPython] help / help()





 

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
 
>>> help()
Traceback (most recent call last):
  File , line 0, in ##7
TypeError: help() takes exactly 1 argument (0 given)






___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] help / help()

2006-07-05 Thread Dino Viehland








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
 
>>> help()
Traceback (most recent call last):
  File , line 0, in ##7
TypeError: help() takes exactly 1 argument (0 given)






___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] help / help()

2006-07-05 Thread Simon Dahlbacka
CPython 2.4.1:>>> helpType 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 writingPython 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 wordsuch as "spam", type "modules spam".help>IronPython beta8:>>> help
>>> help()Traceback (most recent call last):  File , line 0, in ##7TypeError: help() takes exactly 1 argument (0 given)
___
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com