Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'win32': 0.03; 'output': 0.04; 'subject:Python': 0.05; 'subject:help': 0.07; 'python': 0.09; 'interpreter,': 0.09; 'modules.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sep': 0.09; 'subject:()': 0.09; 'does;': 0.16; 'keyword,': 0.16; 'modules,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'documented': 0.17; 'module,': 0.17; '>>>': 0.18; 'module': 0.19; 'parameters': 0.20; 'all,': 0.21; 'bit': 0.21; 'keywords,': 0.22; 'header:User-Agent:1': 0.26; 'topic': 0.27; 'header:X -Complaints-To:1': 0.28; 'skip:( 20': 0.28; 'topics,': 0.29; 'summary': 0.29; 'url:python': 0.32; 'from:addr:yahoo.co.uk': 0.32; 'utility': 0.33; 'to:addr:python-list': 0.33; 'tutorial': 0.33; 'list': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'modules': 0.36; 'should': 0.36; 'mark': 0.38; 'mean': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'first': 0.61; 'more': 0.63; 'internet': 0.71; 'url:tutorial': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Python interactive help() Date: Fri, 19 Oct 2012 09:34:59 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-146-11-158.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 X-Antivirus: avast! (VPS 121018-2, 18/10/2012), Outbound message X-Antivirus-Status: Clean X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350635687 news.xs4all.nl 6937 [2001:888:2000:d::a6]:57600 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31714 Good morning/afternoon/evening all, Where is this specific usage documented as my search engine skills have let me down? By this I mean entering help() without parameters to get the following output and then the help> prompt. C:\Users\Mark\workspace\CrossCode>py -3 Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> help() Welcome to Python 3.3! This is the interactive help utility. If this is your first time using Python, you should definitely check out the tutorial on the Internet at http://docs.python.org/3.3/tutorial/. 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> Cheers. Mark Lawrence. -- Cheers. Mark Lawrence.