Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20451 > unrolled thread

Re: Interactive keyword help

Started byAndrew Berg <bahamutzero8825@gmail.com>
First post2012-02-15 11:23 -0600
Last post2012-02-15 23:57 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Interactive keyword help Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-15 11:23 -0600
    Re: Interactive keyword help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-15 23:57 +0000

#20451 — Re: Interactive keyword help

FromAndrew Berg <bahamutzero8825@gmail.com>
Date2012-02-15 11:23 -0600
SubjectRe: Interactive keyword help
Message-ID<mailman.5836.1329326610.27778.python-list@python.org>
On 2/15/2012 10:04 AM, Mark Lawrence wrote:
> I didn't realise that this was available until today.  It doesn't appear 
> to be prominent in the official docs or have I missed something? 
> Certainly I'd have thought a couple of sentences here 
> http://www.python.org/about/help/ would be justified, what do y'all think?
> 
help() is a built-in function, not a keyword.
http://docs.python.org/library/functions.html#help
http://docs.python.org/py3k/library/functions.html#help

-- 
CPython 3.2.2 | Windows NT 6.1.7601.17640

[toc] | [next] | [standalone]


#20491

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2012-02-15 23:57 +0000
Message-ID<4f3c467d$0$29986$c3e8da3$5496439d@news.astraweb.com>
In reply to#20451
On Wed, 15 Feb 2012 11:23:20 -0600, Andrew Berg wrote:

> help() is a built-in function, not a keyword.
> http://docs.python.org/library/functions.html#help
> http://docs.python.org/py3k/library/functions.html#help

Technically, it's not actually built-in, it is added to the built-ins by 
site.py.


-- 
Steven

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web