Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'cpython': 0.05; 'level,': 0.07; 'spaces': 0.09; 'windows': 0.15; 'col': 0.16; 'definition.': 0.16; 'indent': 0.16; 'tab': 0.16; 'wrote:': 0.18; 'starts': 0.20; 'header:User-Agent:1': 0.23; 'second': 0.26; '(for': 0.26; 'header :In-Reply-To:1': 0.27; 'file': 0.32; 'class': 0.32; 'subject:all': 0.32; 'another': 0.32; 'third': 0.33; 'received:google.com': 0.35; 'done': 0.36; 'level': 0.37; 'being': 0.38; 'message- id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'first': 0.61; 'email addr:gmail.com': 0.63; '9.1': 0.84; 'freebsd': 0.84; 'subject:you': 0.87 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=oww4Nf/9epsHkn72WcQ7o0m28zFHncCJUIunD6MgIGU=; b=PpFDroEG/0zenaRkbN0TO5B3QqObVxJxteanuLw3g8CUO3VDLfj51BBB0MfIMfHsUk x1lo65usP+/epr1vG1K4y9CjAFJ6+oRdbdyzfvpO5l98+Uxoq999fcgy4Tq2Hrd7aa4j 1L0iOdlNiehinmZ/74Cv7nbsYnQ6OblcWj8bgVUXrv0DGgbQKq3smJqQ5jWa7norOxmV qFNHh08ljiuzD7ze1xXKCQFJvLmib5U9WqcsGKWmn2WXuxYjMtEWGH10Bc9mbsjMJ1VK 1JljpCDPjT8trfnwJnZQSbgTm8SsG2AjgcDXHjs4XaYBkBWsm0dO/PPapPh0I3F4ktv3 o2GQ== X-Received: by 10.50.149.233 with SMTP id ud9mr631386igb.92.1365200928890; Fri, 05 Apr 2013 15:28:48 -0700 (PDT) Date: Fri, 05 Apr 2013 17:28:43 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: "comp.lang.python" Subject: Re: I hate you all References: <64d4fb7c-6a75-4b5f-b5c8-06a4b2b5d0cb@googlegroups.com> <906d8c05-99dc-4209-854c-7988ca7c78e3@googlegroups.com> In-Reply-To: <906d8c05-99dc-4209-854c-7988ca7c78e3@googlegroups.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365200932 news.xs4all.nl 6974 [2001:888:2000:d::a6]:43653 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42858 On 2013.04.05 17:04, terminatorul@gmail.com wrote: > Line 5 is the only line in the file that starts at col 9 (after a tab). Being the only line in the file with that indent level, how can it be inconsistent ? The first indent level is done with spaces on the second line (for def) and then with a tab on the third (and another tab to indent again). Remember that your for loop is inside the class definition. -- CPython 3.3.0 | Windows NT 6.2.9200 / FreeBSD 9.1