Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: What should Python apps do when asked to show help? Date: Fri, 29 Apr 2016 22:16:52 -0400 Lines: 5 Message-ID: References: <57223b76$0$22140$c3e8da3$5496439d@news.astraweb.com> <877ffhgnyf.fsf@nightsong.com> <0d5b5562-7a08-41de-8b84-a13f0792e767@googlegroups.com> <57232b34$0$1595$c3e8da3$5496439d@news.astraweb.com> <72444f12-784b-47b4-a80c-0ae53cf3b5a3@googlegroups.com> <57240856$0$1590$c3e8da3$5496439d@news.astraweb.com> <572413C9.2070405@stoneleaf.us> <1461982612.3299155.593966809.3D1A53FF@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de AS1lHYVAzaiXEftkSEv1sw+TjgVwKNN0/r8l7cXwPzdw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'subject:help': 0.07; 'received:internal': 0.09; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:10.202.2.44': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:compute4.internal': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:show': 0.16; 'subject:when': 0.16; 'wrote:': 0.16; 'shell': 0.18; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'actually,': 0.84; 'cripple': 0.84; 'ethan': 0.91; 'furman': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=mphrtnx+DwNhFMBkQ5bHzVJaeTE=; b=D92PCg cYu2lMMGQZfmUjkdeXXFdiEt2y8deBAQTva08GHeLr+lRpv8YLDL+LrgaEEiL1MM 6ebyX+8qq2334ziBGcXh7pjFXOOLjE0PUd8ru+hImygX1JmQovE0jxb/JQiDErC6 +NEmZrs2sCvg2zQDt+a7wwitr2sWPVyjuZzFM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=mphrtnx+DwNhFMB kQ5bHzVJaeTE=; b=UqrG6B/bSFOYpPmP8yRMt9V9S6QqnwXegPVHqIk7jq1tu2/ 1VBzxNR0AfCMOBETNmEkXCvd4gLJeqb/hBsyzm7CfwkMNq93Eqv7/Bq2Aiv1qIMa WM1D/kCUR5mJJMlPEXhv2VxJGfDEb/pp3M6rE5tPsfieAvXjRCMBGY0acuLg= X-Sasl-Enc: Tc95YhO8rkfpXyntzNJfiY/7cytdmvZQ+5D8mzBCv1L7 1461982612 X-Mailer: MessagingEngine.com Webmail Interface - ajax-491eb5a4 In-Reply-To: <572413C9.2070405@stoneleaf.us> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1461982612.3299155.593966809.3D1A53FF@webmail.messagingengine.com> X-Mailman-Original-References: <57223b76$0$22140$c3e8da3$5496439d@news.astraweb.com> <877ffhgnyf.fsf@nightsong.com> <0d5b5562-7a08-41de-8b84-a13f0792e767@googlegroups.com> <57232b34$0$1595$c3e8da3$5496439d@news.astraweb.com> <72444f12-784b-47b4-a80c-0ae53cf3b5a3@googlegroups.com> <57240856$0$1590$c3e8da3$5496439d@news.astraweb.com> <572413C9.2070405@stoneleaf.us> Xref: csiph.com comp.lang.python:107888 On Fri, Apr 29, 2016, at 22:09, Ethan Furman wrote: > So I have to cripple my shell to get pydoc help to work nicely? Neat! > Actually, not so much. :( If you don't want a pager with pydoc, when exactly do you want it?