Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'differently.': 0.07; 'happen,': 0.07; 'tab': 0.07; "(i'm": 0.09; 'received:10.50': 0.09; 'configure': 0.10; 'broken': 0.12; 'devs': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'developers,': 0.16; 'looked': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'feb': 0.22; 'indentation': 0.23; 'ones.': 0.23; 'personally,': 0.23; 'work,': 0.28; 'mainly': 0.28; "i'm": 0.28; 'message- id:@mail.gmail.com': 0.29; '24,': 0.29; 'theoretical': 0.29; 'pm,': 0.29; 'fairly': 0.30; 'people,': 0.31; "can't": 0.33; 'instead': 0.33; 'fri,': 0.34; 'file': 0.34; 'steven': 0.34; 'to:addr:python-list': 0.35; 'core': 0.36; 'reasons': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.37; 'received:209.85': 0.38; 'mass': 0.38; 'allows': 0.38; 'couple': 0.38; 'think': 0.38; 'characters': 0.39; 'possible,': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'subject:Please': 0.40; 'header:Received:6': 0.61; 'your': 0.61; 'world': 0.61; 'our': 0.63; 'favour': 0.73; 'spaces': 0.73; 'spaces.': 0.84; 'standardized': 0.84; 'subject:!!': 0.93 Received-SPF: pass (google.com: domain of rosuav@gmail.com designates 10.50.168.74 as permitted sender) client-ip=10.50.168.74; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rosuav@gmail.com designates 10.50.168.74 as permitted sender) smtp.mail=rosuav@gmail.com; dkim=pass header.i=rosuav@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=umq5QnCG0XuLu9B3r17mT9Mqzcs2ek/kkOmvTg6peME=; b=j262lKN0Svu0rcY6SWD5km3cBtMGB+kPvsjkVCfxxA1qb1sc6ZT3+FuIqxU+pKYZ33 gkcELbSbWQDmhpUpOHOJfEhftxH+zqgktKXbZPrvC8MvcwoNEhzH0okbckzaIErOMv/A y2aAiLgi3j0RM5Ecuax6uUtfkckMd4uBf1AEo= MIME-Version: 1.0 In-Reply-To: <4f47808b$0$29989$c3e8da3$5496439d@news.astraweb.com> References: <724ccbd6-30d1-41bd-bf38-2a5ce82953a1@x19g2000yqh.googlegroups.com> <4F46C124.2070102@davea.name> <87mx88tyvc.fsf@benfinney.id.au> <4f47808b$0$29989$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 25 Feb 2012 07:41:39 +1100 Subject: Re: Please verify!! 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.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330116102 news.xs4all.nl 6876 [2001:888:2000:d::a6]:36103 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20831 On Fri, Feb 24, 2012 at 11:20 PM, Steven D'Aprano wrote: > Personally, I prefer tabs for theoretical reasons and spaces for > practical ones. I think that the world would be better off if we all > standardised on tabs instead of spaces, but since that's not going to > happen, I can interoperate better with the mass of broken tools out > there, and with other people, by using spaces. > At work, since we have a fairly small core of developers, we standardized on tabs - mainly because of a couple of devs who disagreed on how much indentation looked right (I'm of the opinion that 1 space is insufficient), and having tab characters in the file allows us to configure our editors differently. I'm definitely in favour of using tabs where possible, but if you can't close your environment, spaces are far safer. ChrisA