Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28436

Re: How to tell people to ask questions the smart way

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:How': 0.09; 'instance.': 0.09; 'lawrence': 0.09; 'sep': 0.09; 'url:faqs': 0.09; 'beating': 0.16; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'instrument.': 0.16; 'subject:questions': 0.16; 'url:catb': 0.16; 'wed,': 0.16; 'wrote:': 0.17; '>>>': 0.18; 'appropriate': 0.20; 'header:In- Reply-To:1': 0.25; 'am,': 0.27; 'question': 0.27; 'message- id:@mail.gmail.com': 0.27; 'smart': 0.29; 'received:209.85.210.174': 0.30; 'received:mail- iy0-f174.google.com': 0.30; 'point': 0.31; 'instead,': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'ben': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'charset:windows-1252': 0.65; 'response.': 0.67; 'subject:people': 0.84; 'subject:tell': 0.84; 'instrument': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=BHjUxIOu5aqdPndXjVMrbKkXvsY+8v83nFr0b7KyboM=; b=iPc8FftkpEK/wZlaugLVueqSH1pIFBh2q8vbI5fOrp4UhbUJpxA3K8gJ7SqamnEhwb IpL2+R6UwqtM1I8+Ay7wkNu1EF9aOgjQMkruu8UMDYUSihYKtamMv2MrgxKIc07opXRl 5E0bt2mf3ZvvYHS7LrXrCUSinuOBSUGFaEKR/j4hxOocZtxvkXBcwd0fSu7z6A4zTMPM 2j4RY7IWgSz6u1qPObWtHdYJKjpNczSL39JFYkWcx6IxhoxlWTix7Xma0bIJxdkoOGIX gsPJVSt+pmL94cE0UE7CZ85neILbumQXND3rQtQU7oU4hFuOErkl4KxQ+AZSJSgVQFlm i5Mw==
MIME-Version 1.0
In-Reply-To <k262p0$5d7$1@ger.gmane.org>
References <50a09acc-a7ac-4c17-b790-65cf3db80478@googlegroups.com> <mailman.188.1346784142.27098.python-list@python.org> <87vcft75ih.fsf_-_@benfinney.id.au> <k262p0$5d7$1@ger.gmane.org>
Date Wed, 5 Sep 2012 09:34:50 +1000
Subject Re: How to tell people to ask questions the smart way
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.201.1346801694.27098.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1346801694 news.xs4all.nl 6877 [2001:888:2000:d::a6]:48781
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:28436

Show key headers only | View raw


On Wed, Sep 5, 2012 at 9:28 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> On 05/09/2012 00:05, Ben Finney wrote:
>>
>>> Look there:
>>> http://www.catb.org/esr/faqs/smart-questions.html#forum
>>
>> The “how to ask question the smart way” essay is not a blunt instrument
>> for beating people over the head with, and it is brutish to use it that
>> way. Instead, please point out *how* the original poster's question can
>> be improved.
>
> It is my opinion that the OP got exactly what they deserved, hence I
> entirely disagree with your response.

There are courteous and discourteous ways to hit someone over the head
with a blunt instrument. The instrument was, imho, appropriate in this
instance.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: focus on jtextfield Andreas Perstinger <andipersti@gmail.com> - 2012-09-04 20:42 +0200
  How to tell people to ask questions the smart way (was: focus on jtextfield) Ben Finney <ben+python@benfinney.id.au> - 2012-09-05 09:05 +1000
    Re: How to tell people to ask questions the smart way Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-05 00:28 +0100
      Re: How to tell people to ask questions the smart way rusi <rustompmody@gmail.com> - 2012-09-04 21:32 -0700
    Re: How to tell people to ask questions the smart way Chris Angelico <rosuav@gmail.com> - 2012-09-05 09:34 +1000
    Re: How to tell people to ask questions the smart way Andreas Perstinger <andipersti@gmail.com> - 2012-09-05 09:00 +0200
    Re: How to tell people to ask questions the smart way Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-05 09:06 +0100

csiph-web