Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'deployed': 0.07; 'preference': 0.07; 'lawrence': 0.09; 'mixed': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'run,': 0.09; 'spaces': 0.09; 'works.': 0.09; 'python': 0.11; 'mostly': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sure.': 0.16; 'tab': 0.16; 'tabs': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'projects,': 0.19; '>>>': 0.22; 'issue.': 0.22; 'header :User-Agent:1': 0.23; "i've": 0.25; 'switch': 0.26; 'header:X -Complaints-To:1': 0.27; 'van': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "i'm": 0.30; 'file': 0.32; 'another': 0.32; 'addresses': 0.33; 'something': 0.35; 'but': 0.35; 'version': 0.36; 'should': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'days': 0.60; 'new': 0.61; 'times': 0.62; 'personal': 0.63; 'eight': 0.74; 'received:12': 0.81; 'counts': 0.83; 'hard.': 0.84; 'dozen': 0.91; 'edwards': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Emile van Sebille Subject: Re: PEP8 and 4 spaces Date: Fri, 04 Jul 2014 08:57:09 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: www.westernstatesglass.com User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404489458 news.xs4all.nl 2883 [2001:888:2000:d::a6]:54171 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73965 On 7/4/2014 7:57 AM, Mark Lawrence wrote: > On 04/07/2014 15:28, Grant Edwards wrote: >> On 2014-07-03, Emile van Sebille wrote: >>> Just watch out for mixed tabs and spaces in the same file -- a tab >>> counts as eight spaces and can be used interchangeably in python2. >> >> Definitely. Indenting with tabs vs. spaces is mostly personal >> preference (though spaces are better!). But, mixing the two is right >> out, and should be stomped on hard. >> > > Yet another reason to switch to Python 3. For new projects, sure. But since the v1.5 days I've deployed the current python version a dozen times a year on various one-offs so that I'm sure I've got every python version deployed somewhere, and they just run, so why fix something that works. Or upgrade it when a three line fix addresses the issue. Emile