Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.06; 'subject:code': 0.07; 'subject: [': 0.09; 'python': 0.11; 'bug': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'handling,': 0.16; 'modules,': 0.16; 'normally.': 0.16; 'noticed?': 0.16; 'subject:reports': 0.16; 'those,': 0.16; 'weird': 0.16; 'language': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'obscure': 0.31; 'steven': 0.31; 'tuples': 0.31; 'lists': 0.32; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'possible': 0.36; 'subject:]': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'full': 0.61; 'world.': 0.61; "you're": 0.61; 'first': 0.61; 'more': 0.64; 'jul': 0.74; '2013': 0.98 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; bh=NFUyzKGK+DlY3e4+K6ecmRls3Jypk5m7g270wmS+aBk=; b=Hzcyzh+VdQmxMODuNDHGIjBaoZLnyVena4h1AY22cl/40N40XeXdeVuMvwP28yhaq4 tMHFRu29kYETNVadorLIzDmHsTL2vUItWtMDbiLcKQKweRq+5897MmhP1OlQeQ3JbVZD kHn3q9BNhaWObyrsej5FnNaKOHcB5Vf5gP51HiWfeKmVTQCfM37QBPXUUGAxvzeA2NRP qMhtf3W2obo5lsiXG74TCFmRNK4bsvUj1Ywpi+X8Q4DQ/4GybUequugmhdBCljSzrHwU 48GLgBPEEOpqD3KBHVNn07crIflarHj/BhqPhXxv5VttC2HMmIxdvb2jqs5b/GOtGzAj To2g== MIME-Version: 1.0 X-Received: by 10.220.182.193 with SMTP id cd1mr12588905vcb.32.1372838553293; Wed, 03 Jul 2013 01:02:33 -0700 (PDT) In-Reply-To: <51d375de$0$29999$c3e8da3$5496439d@news.astraweb.com> References: <51d375de$0$29999$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 3 Jul 2013 18:02:33 +1000 Subject: Re: Bug reports [was Re: Python list code of conduct] From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372838561 news.xs4all.nl 15974 [2001:888:2000:d::a6]:40222 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49710 On Wed, Jul 3, 2013 at 10:52 AM, Steven D'Aprano wrote: > A popular language like Python has been around for about 20 years. It is > in daily use by tens of thousands of people around the world. What are > the chances that you, in your first week of using Python, just happened > to stumble across a bug that *nobody else in the world* has noticed? Of course, it's possible for there to be dark corners. But if you're working with those, you know it full well. The dark corners of Python might be in some of its more obscure modules, or maybe in IPv6 handling, or perhaps some weird platform that misbehaves, but they're definitely not in lists and tuples treated normally. ChrisA