Message4725

Author r_walter
Recipients pjenvey, r_walter
Date 2009-05-26.21:15:19
SpamBayes Score 6.069897e-10
Marked as misclassified No
Message-id <1243372519.73.0.155261387241.issue1357@psf.upfronthosting.co.za>
In-reply-to
Content
In python2.5 you are allowed to call python with a link, and you may
call help() then:

roland@dios:~> which python
/usr/bin/python
roland@dios:~> ls -l /usr/bin/python
lrwxrwxrwx 1 root root 9  9. Jan 19:52 /usr/bin/python -> python2.5
roland@dios:~> python
Python 2.5.2 (r252:60911, Dec  1 2008, 17:47:46)
[GCC 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help
Type help() for interactive help, or help(object) for help about object.
>>> help()

Welcome to Python 2.5!  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>
History
Date User Action Args
2009-05-26 21:15:19r_waltersetmessageid: <1243372519.73.0.155261387241.issue1357@psf.upfronthosting.co.za>
2009-05-26 21:15:19r_waltersetrecipients: + r_walter, pjenvey
2009-05-26 21:15:19r_walterlinkissue1357 messages
2009-05-26 21:15:19r_waltercreate