Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.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; 'expected.': 0.09; 'trailing': 0.09; 'warn': 0.09; 'runs': 0.10; '>that': 0.16; 'highlight': 0.16; 'tabs': 0.16; 'wrote:': 0.18; 'header:User- Agent:1': 0.23; 'align': 0.24; 'header:In-Reply-To:1': 0.27; 'code': 0.31; 'lines': 0.31; 'seemingly': 0.31; 'screen': 0.34; 'list': 0.37; 'to:addr:python-list': 0.38; 'bad': 0.39; 'to:addr:python.org': 0.39; 'such': 0.63; 'july': 0.63 User-Agent: Kaiten Mail In-Reply-To: <877g3tdvid.fsf@elektro.pacujo.net> References: <877g3tdvid.fsf@elektro.pacujo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: PEP8 and 4 spaces From: Simon Ward Date: Fri, 04 Jul 2014 19:52:03 +0100 To: python-list@python.org X-Spam-Flag: NO X-Spam-Score: -2.9 X-Spam-Level: -- X-Spam-Report: No, score=-2.9 required=5.0 tests=ALL_TRUSTED, BAYES_00 autolearn=ham version=3.3.2 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404499940 news.xs4all.nl 2927 [2001:888:2000:d::a6]:40458 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73975 On 4 July 2014 15:54:50 BST, Marko Rauhamaa wrote: >Even if we accepted that to be bad style, there's nothing on the screen >that would warn against such usage: the lines seemingly align >perfectly, >and the code runs as expected. If using vim, set list and listchars, you get to highlight tabs and trailing spaces. Simon