Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107948
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Gene Heskett <gheskett@wdtv.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: What should Python apps do when asked to show help? |
| Date | Sun, 1 May 2016 13:09:42 -0400 |
| Lines | 23 |
| Message-ID | <mailman.287.1462123030.32212.python-list@python.org> (permalink) |
| References | <1462074388.273747.594588777.5E705539@webmail.messagingengine.com> <mailman.284.1462120216.32212.python-list@python.org> <572630a1$0$1595$c3e8da3$5496439d@news.astraweb.com> <201605011309.42971.gheskett@wdtv.com> |
| Mime-Version | 1.0 |
| Content-Type | Text/Plain; charset="utf-8" |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | news.uni-berlin.de a9OfTgSBKNfWTglF4g6HgAbZjIlwNCAve8PKeHCZ7xfA== |
| Return-Path | <gheskett@wdtv.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'subject:help': 0.07; 'assumed': 0.09; 'discussions': 0.15; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'soap,': 0.16; 'subject:show': 0.16; 'subject:when': 0.16; 'wrote:': 0.16; 'linux,': 0.18; 'cheers,': 0.22; 'am,': 0.23; 'unix': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'header :User-Agent:1': 0.26; 'unix,': 0.29; "we're": 0.30; "d'aprano": 0.33; 'steven': 0.33; 'except': 0.34; 'there': 0.36; 'url:non- standard http port': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'talking': 0.67; 'sunday': 0.72; 'received:204': 0.75; 'edwards': 0.91 |
| X-Spam-Status | No, score=1.1 required=5.0 |
| X-Spam-Level | + |
| User-Agent | KMail/1.9.10 (enterprise35 0.20100827.1168748) |
| In-Reply-To | <572630a1$0$1595$c3e8da3$5496439d@news.astraweb.com> |
| X-KMail-QuotePrefix | > |
| Content-Disposition | inline |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <201605011309.42971.gheskett@wdtv.com> |
| X-Mailman-Original-References | <1462074388.273747.594588777.5E705539@webmail.messagingengine.com> <mailman.284.1462120216.32212.python-list@python.org> <572630a1$0$1595$c3e8da3$5496439d@news.astraweb.com> |
| Xref | csiph.com comp.lang.python:107948 |
Show key headers only | View raw
On Sunday 01 May 2016 12:36:48 Steven D'Aprano wrote: > On Mon, 2 May 2016 02:30 am, Grant Edwards wrote: > >> In discussions like these, it would be important to draw from > >> precedents. Are there commands that have such an option? > > > > It's pretty rare. It is assumed that Unix uses can type " | less" > > Is nobody except me questioning the assumption that we're only talking > about Unix users? > linux, unix, mauche nichs. Are there others?> > > -- > Steven Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: What should Python apps do when asked to show help? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-01 13:53 +0000
Re: What should Python apps do when asked to show help? Marko Rauhamaa <marko@pacujo.net> - 2016-05-01 18:08 +0300
Re: What should Python apps do when asked to show help? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-01 16:30 +0000
Re: What should Python apps do when asked to show help? Steven D'Aprano <steve@pearwood.info> - 2016-05-02 02:36 +1000
Re: What should Python apps do when asked to show help? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-01 17:04 +0000
Re: What should Python apps do when asked to show help? Steven D'Aprano <steve@pearwood.info> - 2016-05-02 11:48 +1000
Re: What should Python apps do when asked to show help? Terry Reedy <tjreedy@udel.edu> - 2016-05-02 02:34 -0400
Re: What should Python apps do when asked to show help? Gene Heskett <gheskett@wdtv.com> - 2016-05-01 13:09 -0400
Re: What should Python apps do when asked to show help? Random832 <random832@fastmail.com> - 2016-05-01 13:49 -0400
Re: What should Python apps do when asked to show help? Ethan Furman <ethan@stoneleaf.us> - 2016-05-01 10:54 -0700
csiph-web