Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!newsfeed10.multikabel.net!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'function,': 0.07; '>>>>': 0.09; 'correct.': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'think?': 0.09; 'am,': 0.12; 'keyword.': 0.16; 'subject:keyword': 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; 'missed': 0.28; 'keywords,': 0.30; "didn't": 0.30; 'andrew': 0.32; 'certainly': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.34; 'from:addr:yahoo.co.uk': 0.34; 'to:addr:python-list': 0.35; 'url:python': 0.35; 'received:org': 0.36; "he's": 0.37; 'realise': 0.37; 'couple': 0.38; 'think': 0.38; 'e.g.': 0.39; 'url:org': 0.39; "i'd": 0.39; 'received:78': 0.40; 'to:addr:python.org': 0.40; 'official': 0.40; 'here': 0.64; 'url:help': 0.75; '10:04': 0.84; 'received:as13285.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Interactive keyword help Date: Wed, 15 Feb 2012 17:36:56 +0000 References: <4F3BEA08.9010001@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-146-8-223.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 In-Reply-To: X-Antivirus: avast! (VPS 120215-0, 15/02/2012), Outbound message X-Antivirus-Status: Clean 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329327412 news.xs4all.nl 6860 [2001:888:2000:d::a6]:41758 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20453 On 15/02/2012 17:27, Arnaud Delobelle wrote: > 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. 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. > > I think he's referring to help *on* keywords, e.g. > >>>> help('yield') > Correct. -- Cheers. Mark Lawrence.