Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'guido': 0.05; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'only",': 0.16; 'pep8': 0.16; 'pushed': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'push': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'las': 0.37; 'rather': 0.38; 'side': 0.67; 'believe': 0.68; 'stated': 0.69; 'other.': 0.75; 'to:none': 0.92 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:cc :content-type; bh=f+5XkGdtlS8KsPiuDu6QrbfnG1EvRMsyqX5rQX0T+/E=; b=VS0GaFWTGfz0lhPuJ5OFwGsJBtny1eGcMFYAaAfroxBWsXsCISdOxF7LW4Q0xaB+eW evu1OxB+T/WmJIqw2tPDJTdI2A3zOLYw5XGVuMwjj1zxx28Mt3F+DCoUKQJSUbikobzE ZLlnnOBt54ptc+9yxahNzkj3hYP8ETZdwcginYLmx2ypgBFxONvjQ5HvgLyelG8ovA4R prcNE2asmK16Ya1CrSyBzWEN7GmTfu2EOr/9Gzr50BxzgxVLX5QnJQtXqv1KMmD+dbDk vJ4f25oNW/dLCgekw78eF4BxkuDq5+907VDD5t4JcEsDJpKoH1eed8gBqZNpu4EqJLSZ De9Q== MIME-Version: 1.0 X-Received: by 10.66.129.133 with SMTP id nw5mr3883299pab.98.1391731701889; Thu, 06 Feb 2014 16:08:21 -0800 (PST) In-Reply-To: <069af054-f864-4d58-a6d1-c3b0e9cd32fa@googlegroups.com> References: <52F3FF51.3050502@stoneleaf.us> <069af054-f864-4d58-a6d1-c3b0e9cd32fa@googlegroups.com> Date: Fri, 7 Feb 2014 11:08:21 +1100 Subject: Re: how to reduce bugs due to incorrect indentation From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391731706 news.xs4all.nl 2928 [2001:888:2000:d::a6]:39733 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65566 On Fri, Feb 7, 2014 at 10:01 AM, Asaf Las wrote: > pep8 pushed \t to dark side in Python. Only for the Python stdlib, and only because a decision has to be made one way or the other. I believe Guido stated at one point that there was only a very weak push toward "spaces only" rather than "tabs only", just that it had to be one of those. ChrisA