Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; '(at': 0.04; 'broken': 0.04; 'cpython': 0.05; 'character,': 0.09; 'spaces': 0.09; 'python': 0.11; 'windows': 0.15; 'choice,': 0.16; 'tab': 0.16; 'tabs': 0.16; 'size,': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'least': 0.26; 'header:In- Reply-To:1': 0.27; 'characters': 0.30; 'forces': 0.31; 'subject:all': 0.32; 'option': 0.32; 'display': 0.35; 'convert': 0.35; 'editor': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'in.': 0.36; 'vice': 0.36; 'should': 0.36; 'message- id:@gmail.com': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'use.': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'how': 0.40; 'problems.': 0.60; 'email addr:gmail.com': 0.63; 'size.': 0.65; 'believe': 0.68; 'default': 0.69; 'fact,': 0.69; '9.1': 0.84; 'ambiguous': 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=/dCfw16EGjvaiZ2cjuhfNwUA2Wx6hgs3Kn1relavyK8=; b=hHKv3/3mnEuGuBxo+y1mckY0HoDSfplaqThx8eyNLOVqmGcO5BmNFbW7QsVOy42E6a vk2dF4k2Y0hLH/XeaJwHH9yKzpMVL+NHhLIZJC95RjFzoeB4pn9YkBWIRuBo3va51JT+ gQMM9Bn5oS3Nji+GqghlAiA3u6ws6DVH1tAIbyUZYjcHwvS2CJikKUgV7Q7U9n4rUaWl pqxxi8bdIYtamzxjC1fiLd3EFYZmZjbyP8UIMyWzoYGDBa983rIDJqt4vf0z1l4ZdFaJ zNeehaNeMcbGPcLicKZ3WqWGlB+xFOAYqIGpum9wFqcsIQVYk1g4jiKz2A1Md3Fho3+l H4EA== X-Received: by 10.50.108.45 with SMTP id hh13mr818387igb.110.1365209440305; Fri, 05 Apr 2013 17:50:40 -0700 (PDT) Date: Fri, 05 Apr 2013 19:50:36 -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> <95b2bc1c-57a2-48c9-85ea-cf1004c9e26c@googlegroups.com> In-Reply-To: <95b2bc1c-57a2-48c9-85ea-cf1004c9e26c@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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365209473 news.xs4all.nl 6970 [2001:888:2000:d::a6]:59661 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42872 On 2013.04.05 19:22, terminatorul@gmail.com wrote: > And now python forces me out of using any tab characters at all. I believe I should still have a choice, python should at lest give an option to set tab size, if the default of 8 is ambiguous now. Python (at least Python 3) has no concept of tab size. A tab is one character, and how an editor or terminal or whatever chooses to display it has nothing to do with Python. If you want to convert tabs to a specific number of spaces or vice versa, there are multiple tools out there you can use. In fact, many editors have the functionality built in. Use all tabs or use all spaces. Any editor that isn't broken will let you do either without problems. -- CPython 3.3.0 | Windows NT 6.2.9200 / FreeBSD 9.1