Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'newbie': 0.05; 'subject:Python': 0.06; 'filing': 0.07; 'subject:code': 0.07; '"if': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.12; 'jan': 0.12; 'creates': 0.14; 'times,': 0.14; 'posted': 0.15; '"file': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'roy': 0.16; 'essential': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'discussion': 0.18; 'first.': 0.19; 'not,': 0.20; 'issue.': 0.22; 'header:User- Agent:1': 0.23; 'certainly': 0.24; "shouldn't": 0.24; 'initial': 0.24; 'people,': 0.24; 'versions': 0.24; 'question': 0.24; 'tracker': 0.26; 'post': 0.26; 'least': 0.26; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'mode': 0.30; 'subject:list': 0.30; "i'm": 0.30; 'usually': 0.31; 'with,': 0.31; 'file': 0.32; 'open': 0.33; 'says': 0.33; 'bugs': 0.33; 'not.': 0.33; 'agree': 0.35; 'problem.': 0.35; 'anybody': 0.35; 'case,': 0.35; 'one,': 0.35; 'there': 0.35; 'really': 0.36; 'leads': 0.36; 'done': 0.36; 'doing': 0.36; 'useful': 0.36; 'should': 0.36; 'half': 0.37; 'reports': 0.37; 'sometimes': 0.38; 'filter': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'rather': 0.38; 'short': 0.38; 'anything': 0.39; 'expect': 0.39; 'explain': 0.39; 'does': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'how': 0.40; 'days': 0.60; 'received:173': 0.61; 'information,': 0.61; 'discuss': 0.62; 'day.': 0.63; 'within': 0.65; 'hours': 0.66; 'here': 0.66; 'believe': 0.68; 'benefit': 0.68; 'smith': 0.68; 'subject': 0.69; 'article': 0.77; 'informed': 0.78; 'educational.': 0.84; 'received:fios.verizon.net': 0.84; 'responding.': 0.84; 'hand,': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python list code of conduct Date: Wed, 03 Jul 2013 02:18:43 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: 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: 48 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372832343 news.xs4all.nl 15916 [2001:888:2000:d::a6]:50192 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49705 On 7/2/2013 7:46 PM, Roy Smith wrote: > In article , > Ned Deily wrote: > >> If you find a bug in Python, don't send it to comp.lang.python; file >> a bug report in the issue tracker. I would revise this to "If you are have really found a bug in Python..." How does a newbie know? > I'm not sure I agree with that one, at least not fully. It's certainly > true that you shouldn't expect anybody to do anything about a bug unless > you open an issue. > > On the other hand, I often find it useful to discuss things that I > believe are bugs on c.l.p first. Sometimes people will explain to me > that I'm just doing it wrong. Sometimes the discussion will end up > with, "Yeah, that's a bug". usually followed by "File a tracker issue" or "I opened an tracker issue for this." (I have done that several times, though I sometimes prefer a person learn how to do it themselves.) > In either case, it serves as a good initial > filter for whether I should file a bug or not, and the discussion is > often educational. Ask here first. With a subject line that says 'I think ...' or "Problem with ...' Advantages: 1. At least half the bugs newbies report are not. The tracker does not need the extra clutter. 2. Filing a tracker issue sometimes creates a 'mental investment' in the mis-perception, which leads to resentment upon explanation. 3. There are lots of people here ready to help and answer questions. Any sensible question usually gets multiple responses, usually within a few hours or a day. (Invalid tracker reports may sit for days and get one short response.) 4. Explanations posted here benefit lots of people, rather than just 1. 5. A question posted here may elicit essential information, like which systems or which versions have the problem. 6. If you make an informed post to the tracker backed up by at least opinion, at least one tracker responder be in a better mode when responding. -- Terry Jan Reedy