Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'prevents': 0.09; 'subject: [': 0.09; 'compiler.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:"]': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'code,': 0.22; 'subject:problem': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'bugs': 0.33; 'subject:with': 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'subject:The': 0.64; 'skill': 0.68; '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=QokBKpS/OGaiOSbhM7GmWMQBRaaaJLvoQoyLukLooqE=; b=S3z370kC0osZdtpiZl1vbB70Nhrp8dBqE8mSbzHxID/NGDk4upRqz/JmpcZZS90PgW KQhTm4pKf+kgjQhgYK51pkqX24tUsLnbyGnZTLX12EUKYHrCYpnc8MELKpGpTOYBA3PC djSL3AT0yfiCs6wXhMZ9IINv2dqnzPTb8jjxrksTvvRiP8o+4m31sHQ443LHbWLgQgDj ngt5w27+0qUsReIlxF6Q/NLGZNM2fcBxylixq/KOti7/pw0/mwy8fpJGLqm7qvtBzhHs sD1czDAJJ4MqsTp4jvgby5YNVIHR7QNJda88jNvQlNKmK7iBXI3P4P1Ml6GVocnEm0gJ 8atw== MIME-Version: 1.0 X-Received: by 10.52.117.16 with SMTP id ka16mr17684972vdb.43.1370483124643; Wed, 05 Jun 2013 18:45:24 -0700 (PDT) In-Reply-To: <51afe7cf$0$29966$c3e8da3$5496439d@news.astraweb.com> References: <687dea63-84da-4c45-9366-cb5a10665d1f@googlegroups.com> <51ab95d5$0$29966$c3e8da3$5496439d@news.astraweb.com> <51ad7daf$0$11118$c3e8da3@news.astraweb.com> <31ca14e1-973d-44e6-886c-011a55755d76@googlegroups.com> <51afe7cf$0$29966$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 6 Jun 2013 11:45:24 +1000 Subject: Re: Bools and explicitness [was Re: PyWart: The problem with "print"] 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370483132 news.xs4all.nl 15931 [2001:888:2000:d::a6]:54568 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47173 On Thu, Jun 6, 2013 at 11:37 AM, Steven D'Aprano wrote: > What prevents bugs is the skill of the people writing the code, not the > compiler. +1 QOTW. ChrisA