Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'function,': 0.07; 'lawrence': 0.09; 'think?': 0.09; 'am,': 0.12; 'keyword.': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'subject:keyword': 0.16; 'cc:addr :python-list': 0.16; 'wrote:': 0.18; '>>>': 0.18; 'subject:help': 0.21; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'appear': 0.23; 'referring': 0.23; 'cc:2**0': 0.26; 'missed': 0.28; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.29; 'keywords,': 0.30; "didn't": 0.30; 'andrew': 0.32; 'certainly': 0.32; 'url:python': 0.35; "he's": 0.37; 'realise': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'couple': 0.38; 'think': 0.38; 'e.g.': 0.39; 'url:org': 0.39; "i'd": 0.39; 'received:209': 0.39; 'official': 0.40; 'here': 0.64; 'url:help': 0.75; '10:04': 0.84; '\xc2\xa0it': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=8ZRf5Y0xH7L1w86yz9CCbPLlwUvkFmdc3xer52NzT2I=; b=cOstU41+H3/+JzlfsCKbwr4yMS+S7TmJqmw2kuCI1B80lQA3eYEZH6RkfE0kiPIXlH ZlOYCXnSFsiMQvMnlRA4Z0OMugNfge+SgEbwF8pW/SfYpsQVkv2D/9IvAwuxEBWhKdef Khlcmowxt02O23d+soDtDLia3srvBUSTHTCgQ= MIME-Version: 1.0 In-Reply-To: <4F3BEA08.9010001@gmail.com> References: <4F3BEA08.9010001@gmail.com> Date: Wed, 15 Feb 2012 17:27:57 +0000 Subject: Re: Interactive keyword help From: Arnaud Delobelle To: Andrew Berg Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "comp.lang.python" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329326886 news.xs4all.nl 6954 [2001:888:2000:d::a6]:57925 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20452 On 15 February 2012 17:23, Andrew Berg wrote: > On 2/15/2012 10:04 AM, Mark Lawrence wrote: >> I didn't realise that this was available until today. =C2=A0It doesn't a= ppear >> 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 thin= k? >> > help() is a built-in function, not a keyword. I think he's referring to help *on* keywords, e.g. >>> help('yield') --=20 Arnaud