Path: csiph.com!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!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: Sun, 01 May 2016 13:49:22 -0400 Lines: 10 Message-ID: References: <1462074388.273747.594588777.5E705539@webmail.messagingengine.com> <20160501052434.GA98660@cskk.homeip.net> <87r3dlolx6.fsf@elektro.pacujo.net> <572630a1$0$1595$c3e8da3$5496439d@news.astraweb.com> <1462124962.1982396.594925177.787078AD@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de YfD8l3f3sSVlFYLUHxlb1wDRXQgqGKdq/gb6RolqOv1Q== 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; 'linux/unix?': 0.16; '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:66.111': 0.16; 'received:66.111.4': 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; 'unix': 0.24; 'header:In-Reply-To:1': 0.24; 'specify': 0.27; 'command-line': 0.29; "we're": 0.30; "d'aprano": 0.33; 'steven': 0.33; 'utility': 0.33; 'except': 0.34; 'instead': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; "didn't": 0.39; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'talking': 0.67; "op's": 0.84; 'edwards': 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=87jTRm08HzwxOtfZDB2zu16teDA=; b=So1UVU i+1nfJTt4lgDx/GSzJTz9gr2mlcnNDnNKsmSs8ydBbTTylGfGXoOvzi9dBHWnq4s Jc/UXpN41ufr9jLO/OD0tRxYhUyYyBI3lefQ4egZtC22iqZc5okbdmmIkq0sQfxj 2pEgNmcg1oOzlUBqgTL759/G6PX80BbWMcAHs= 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=87jTRm08HzwxOtf ZDB2zu16teDA=; b=K04GQs/RzCL3NHEtqMa1n8oq1WTmnDV/IRbA0S0oGYdFYWq F2AH0oohBqaCqG6zshL5EJY+aMhJHcaa6MU+Tnm/JqJj4ghfgISWnpdsDLEZrZGK LJ7VgZxlCL6aurU2dEAp51LRwd104bI+YaNXlatO4qYn7o1FhrMMVdhFEoRA= X-Sasl-Enc: u2NsrU6m4mKJTtKYgpDbzhHb2wON1wKHYsxPLuKb1du1 1462124962 X-Mailer: MessagingEngine.com Webmail Interface - ajax-491eb5a4 In-Reply-To: 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: <1462124962.1982396.594925177.787078AD@webmail.messagingengine.com> X-Mailman-Original-References: <1462074388.273747.594588777.5E705539@webmail.messagingengine.com> <20160501052434.GA98660@cskk.homeip.net> <87r3dlolx6.fsf@elektro.pacujo.net> <572630a1$0$1595$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:107949 On Sun, May 1, 2016, at 13:04, Grant Edwards wrote: > On 2016-05-01, Steven D'Aprano wrote: > > Is nobody except me questioning the assumption that we're only > > talking about Unix users? > > Didn't the OP specify that he was writing a command-line utility for > Linux/Unix? We've been talking about pydoc instead of the OP's program for a while now.