Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.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.188 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.63; '*S*': 0.00; 'true,': 0.05; 'spaces': 0.09; 'optional': 0.16; 'pep8': 0.16; 'tabs': 0.16; 'thanks,': 0.17; 'code.': 0.18; 'to:name:python-list@python.org': 0.22; 'header:User-Agent:1': 0.23; 'char': 0.24; "i've": 0.25; 'character': 0.29; 'code': 0.31; 'becoming': 0.31; 'loading': 0.31; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'received:209': 0.37; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'rather': 0.38; 'little': 0.38; 'heard': 0.39; 'to:addr:python.org': 0.39; 'days': 0.60; 'even': 0.60; 'most': 0.60; 'ago,': 0.61; 'length': 0.61; 'show': 0.63; 'more': 0.64; 'feeling': 0.68; 'received:10.10': 0.74; 'sole': 0.78; 'gospel': 0.84; 'hammer': 0.84; 'received:10.10.10': 0.84 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=JiaBONuSmIimKc3QngjeNL85rkcnT2nKWOIs3oBozmo=; b=jAad4wiehvpPZEezsUsRg1TaMHoQIlMX32LgYFfeBWqpyX9wDXqQL45sRTRQ7mJDRU uAHtd+DSqGxImzYJc/l37W9Vf2iJWQcfG63AtS05QlvjSMqF6035BeDTU5k+8kQMj2Oi C+hdB+S2kWSrRcloOOA2mOQcJEfK1ZBitgq0sIPAZkTrmDiiw0Si1IYqFjlmFb9h7i9A akbUc8/PKrBy9J1/tV5eLipnGkrYAXdJd9KRxCo6eG/bE50AMM/gD2BCX0zAd8A/ppP9 PKpi9nhPdwlWsoSQp5R5ANGLA3ws7NeP9KWtQ3qjz2y88TQhVMiWQ/M8lZS+1JGiXJ9I B3PA== X-Gm-Message-State: ALoCoQkZtFN5+11AiBCNuR9/Cp9QFLMT2xxYOM8WiEM1+/IMi9zcdYBkDWUWRFyc0kVUeVWRJ7lf X-Received: by 10.70.91.80 with SMTP id cc16mr5407162pdb.133.1404408666336; Thu, 03 Jul 2014 10:31:06 -0700 (PDT) From: Tobiah X-Google-Original-From: Tobiah Date: Thu, 03 Jul 2014 10:31:04 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "python-list@python.org" Subject: PEP8 and 4 spaces Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404408676 news.xs4all.nl 2888 [2001:888:2000:d::a6]:48368 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73908 Coworker takes PEP8 as gospel and uses 4 spaces to indent. I prefer tabs. Boss want's us to unify. The sole thing you get with spaces as far as I can tell, is that someone loading the code into Notepad will still see a 4 character indent. That may be true, but that same person is going to have a difficult time editing the code. Anyway, I gave up the 80 char line length long ago, having little feeling for some dolt on a Weiss terminal that for some reason needs to edit my code. I feel rather the same about the spaces and tabs, given that most people seem to be using editors these days that are configurable to show tabs a four characters. Any evidence out there that this part of PEP8 is becoming more optional or even obsolete, as I've heard others say about the 80 char line length? Just need ammo for when the hammer of code unification comes down. Thanks, Tobiah