Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; "people's": 0.09; 'spaces': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'normally,': 0.16; 'ought': 0.16; 'recipe': 0.16; 'tabs': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'wed,': 0.18; '(in': 0.22; 'cc:addr:python.org': 0.22; 'fixed.': 0.24; 'cc:2**0': 0.24; '15,': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'character': 0.29; 'characters': 0.30; 'sets': 0.30; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'fault': 0.31; 'everyone': 0.33; 'trouble': 0.34; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'to,': 0.72; 'trouble.': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=HNTHYqPm7zVpa0a0SLR5Wppyz24tXgjBGWuiVG5aGs4=; b=JBQEy7dCZ/d1vCcIDBcGSUlkl7sfjzNQzDbx6zo+YWLTZynzXf0COlLmKhwZoy9bYX jz7W077UbI3WKUBWnzLjQoi/0iltKn6gR4/23xtzLjPIuw80DoXM3agjeLHpMuCRfQMs qvkImA32iBMHQTAtYW9S84NIY2pUgXumrOIb40ko39qfDDoDbmSE78+JQx8gzxRSUt3v 0Z5EAhm2o+ii5TPcWBa9e5Tn1fVFO4hYuKh6/HDDTkeprvC+WzAX/RYA+Y98E9UWYg5t /wsuH+hs19Q4Vy6Qbv7PEP4qIUI4T+d57Grb4xipOyHypGWqYBgGPGbY+b52BBF+oVKF izBA== MIME-Version: 1.0 X-Received: by 10.68.183.164 with SMTP id en4mr1626754pbc.169.1389706594708; Tue, 14 Jan 2014 05:36:34 -0800 (PST) In-Reply-To: References: <4c51b5e8-e7b4-4a09-95d4-daefbfe27b28@googlegroups.com> Date: Wed, 15 Jan 2014 00:36:34 +1100 Subject: Re: plotting slows down From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 1389706604 news.xs4all.nl 2881 [2001:888:2000:d::a6]:47507 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63900 On Wed, Jan 15, 2014 at 12:15 AM, Rustom Mody wrote: > However it can also mean that gedit sets tabstops at 4 character intervals > Which will mean you will see 4 characters (in gedit) and everyone else will see a > tab. This is a recipe for trouble. Not a recipe for trouble normally, it's just that some people's clients can't see them. So keep using tabs if you want to, but be prepared to search-and-replace them to spaces prior to posting code. Though I think the fault is with the client(s) that can't see tabs, and they're the ones that ought to be fixed. ChrisA