Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.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.097 X-Spam-Evidence: '*H*': 0.83; '*S*': 0.02; 'broken': 0.04; 'dan': 0.09; 'tabs': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "can't": 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'even': 0.60; 'jul': 0.74; 'fortunately,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=DH30jTX4bVbU5snladVRSo0zWQhpHzjAovzRvdh87zg=; b=Xz8SEPjUsKzvNMOQufBMEgnnl92m1zpZJo1VyIagqdzI6Jgm+B1QccU+MPl7wI2f0Q qUQt9q9kqj/dxZ4olwVTY7LxcfsRWg4nqJj1pNbeeeVmnXptoSjd7HHF0rRU/7nDprRg FaIeeBtIwNqlsMOQigng8i1Cxf8PFzRMqqDgXouwVdr8hTId7yeqnpIzfuU3GNV3IZEZ T/TrEvkhbSoAUCbgHpvs36tpbY6OFby7YPmm9fTvTQ9Ne3YCt891aLAYB4ayTim0Lyr5 gK5GGS9uqAZg2UbMFGC6EpuaBCHEnV/yueK2r8Sq6gOREPp1XwWBDRa9IbusFIFJH3Qu pmLw== X-Received: by 10.70.123.231 with SMTP id md7mr23580820pdb.67.1404675007605; Sun, 06 Jul 2014 12:30:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <53B59358.2040404@tobiah.org> From: Ian Kelly Date: Sun, 6 Jul 2014 13:29:26 -0600 Subject: Re: PEP8 and 4 spaces To: Python 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404675016 news.xs4all.nl 2972 [2001:888:2000:d::a6]:53662 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74052 On Sun, Jul 6, 2014 at 1:25 PM, Dan Stromberg wrote: > I like tabs. Tabs work better for me than spaces, because I know how > to use them. Also, some "make" tools insist on tabs. Those tools are just as broken as the ones that only work with spaces. Fortunately, I can't even remember the last time I had to edit a Makefile.